Click or drag to resize

Simple3DRendererAddEllipse Method (Vector2, Int32, Matrix4, Boolean, Double)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public abstract void AddEllipse(
	ref Vector2 dimensions,
	int edges,
	ref Matrix4 transform,
	bool solid = false,
	double lineThickness = 0
)

Parameters

dimensions
Type: NeoAxisVector2
edges
Type: SystemInt32
transform
Type: NeoAxisMatrix4
solid (Optional)
Type: SystemBoolean
lineThickness (Optional)
Type: SystemDouble
See Also