Click or drag to resize

UtilDecompose Method

Extract the translation and rotation matrices from the given matrix. Matrix is assumed to contain no scaling or shear components.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static void Decompose(
	Matrix matrix,
	out Matrix translation,
	out Matrix rotation
)

Parameters

matrix
Type: Microsoft.DirectXMatrix
Input Matrix
translation
Type: Microsoft.DirectXMatrix
Translation component of input Matrix
rotation
Type: Microsoft.DirectXMatrix
Rotation component of input Matrix
See Also