Copies the translation (values M41()()(), M42()()(), M43()()()) from the matrix source to the matrix destination.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void MatrixCopyTranslation(
	Matrix source,
	ref Matrix destination
)

Parameters

source
Type: Matrix
The Matrix source matrix.
destination
Type: Matrix %
The Matrix destination matrix.

See Also