Creates new XArcPath class instance.

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

Syntax

C#
public XArcPath(
	Vector3 midpoint,
	Vector3 startPoint,
	float alpha,
	Vector3 planePoint
)

Parameters

midpoint
Type: Vector3
Arc center.
startPoint
Type: Vector3
Start point.
alpha
Type: System..::.Single
Arc angle.
planePoint
Type: Vector3
Plane vector.

See Also