Gets the coordinates of the point in the cube.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public Vector3 GetPoint(
	XRelativePoint point
)

Parameters

point
Type: SGP.XSpace..::.XRelativePoint
The enumeration XRelativePoint specifies the relative point in the cube.

See Also