Calculates the box coordinates from the given XRelativePoint relative point.

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

Syntax

C#
public Vector3 GetPoint(
	XRelativePoint point
)

Parameters

point
Type: SGP.XSpace..::.XRelativePoint
The XRelativePoint relative point.

Return Value

Returns the calculated box point coordinates.

See Also