Matrix2x4::AppendRotation

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

AppendRotation appends a rotation to the matrix. When performing transformations, the matrix performs the rotation after other transformations.

Parameters
Parameters 
Description 
T radians 
The rotation angle in radians.