Matrix2x4::PrependRotation

Matrix2x4::PrependRotation
inline Matrix2x4& PrependRotation(T radians);
Description

PrependRotation prepends a rotation to the matrix. When performing transformations, the matrix performs the rotation before other transformations.

Parameters
Parameters 
Description 
T radians 
The rotation angle in radians.