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