inline Matrix2x4& AppendRotation(T radians);
AppendRotation appends a rotation to the matrix. When performing transformations, the matrix performs the rotation after other transformations.
Parameters |
Description |
T radians |
The rotation angle in radians. |