Creates new XCircularMesh circular mesh.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XCircularMesh(
	Vector2[] points,
	int segments,
	float angle
)

Parameters

points
Type: array< Vector2 >[]()[]
Points that will circulate around the axis.
segments
Type: System..::.Int32
Number of segments.
angle
Type: System..::.Single
Rotation angle.

See Also