Transforms the mesh using the given transform matrix.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void Transform(
	Matrix transformation
)

Parameters

transformation
Type: Matrix
The Matrix matrix that will be used in the transformation.

See Also