Matrix3x4::Recompose

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

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

Parameters
Parameters 
Description 
RotationType rotType = RotationType_Euler 
_nt_