Calculates the point location in respect of the plane.

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

Syntax

C#
public XPlane..::.Side GetSide(
	Vector3 point
)

Parameters

point
Type: Vector3
The Vector3 point in the space.

Return Value

Returns the point location in respect of the plane.

See Also