Performs the plane transformation using the transform matrix transform.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static XPlane Transform(
	XPlane plane,
	Matrix transform
)

Parameters

plane
Type: SGP.XSpace..::.XPlane
The XPlane plane being transformed.
transform
Type: Matrix
The Matrix transform matrix.

Return Value

Returns the transformed XPlane plane.

See Also