Matrix4x4::Recompose

Matrix4x4::Recompose
void Recompose(const T (&t)[3], const T (&s)[3], const T (&k)[3], const T (&p)[4], const T (&q)[4], RotationType rot_t = RotationType_Euler);
Description

Recompose the matrix by setting its translation, scale, rotation and skew components.

Parameters
Parameters 
Description 
RotationType rot_t = RotationType_Euler 
_nt_