Matrix4x4::Decompose

Matrix4x4::Decompose
bool Decompose(T (&t)[3], T (&s)[3], T (&k)[3], T (&p)[4], T (&q)[4], RotationType rot_t = 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 rot_t = RotationType_Euler 
_nt_ 
Return Value