Matrix3x4::Decompose

Matrix3x4::Decompose
bool Decompose(T (&t)[3], T (&s)[3], T (&k)[3], T (&q)[4], RotationType rotType = RotationType_Euler) const;
Description

Decompose matrix into translation, scale, rotation and skew matrix. If the columns of the matrix are orthogonal, the output matrix should be the identity.

Parameters
Parameters 
Description 
RotationType rotType = RotationType_Euler 
_nt_ 
Return Value