[This is preliminary documentation and is subject to change.]
Creates a matrix that rotates around the z-axis.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- angle
- Type: SystemSingle
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
Return Value
Type: MatrixThe created rotation matrix.
See Also