Matrix2x4::Recompose

Matrix2x4::Recompose
inline void Recompose(const Point<T>& t, const Point<T>& s, T angle, const Matrix2x4<T>& m);
Description

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

Parameters
Parameters 
Description 
const Point<T>& t 
The translation component. 
const Point<T>& s 
The scalar component. 
T angle 
The rotation angle. 
const Matrix2x4<T>& m 
The skew matrix.