MatrixDecompose method
void
MatrixDecompose()
Decompose a transformation matrix into its rotational, translational and scaling components and remove shear
Implementation
void MatrixDecompose(MatrixC mat, Pointer<Vector3C> translation, Pointer<QuaternionC> rotation, Pointer<Vector3C> scale)
=> _MatrixDecompose(mat, translation, rotation, scale);