| Parameter | Description |
|---|---|
| axis | The rotation axis. |
| angle | The angle of rotation in radians. |
float3x3 The float3x3 matrix representing the rotation around an axis.
Returns a float3x3 matrix representing a rotation around a unit axis by an angle in radians. The rotation direction is clockwise when looking along the rotation axis towards the origin.