Returns the normal transform matrix from the vertex transform matrix.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static Matrix MatrixNormalTransformation(
	Matrix transformation
)

Parameters

transformation
Type: Matrix
Vertex transform matrix.

Return Value

Normal transform matrix.

See Also