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,
	Vector3 endPoint
)

Parameters

midpoint
Type: Vector3
Arc center.
startPoint
Type: Vector3
Start point.
endPoint
Type: Vector3
End point.

See Also