Creates a copy of the matrix source that does not contain translation (values M41()()(), M42()()(), M43()()() are zero).

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static Matrix MatrixNoTranslation(
	Matrix source
)

Parameters

source
Type: Matrix
The Matrix source matrix.

Return Value

Returns new translation-less Matrix matrix.

See Also