Method RotateX
RotateX(float)
Returns a float3x3 matrix that rotates around the x-axis by a given number of radians.
Declaration
public static float3x3 RotateX(float angle)
Parameters
Type | Name | Description |
---|---|---|
float | angle | The clockwise rotation angle when looking along the x-axis towards the origin in radians. |
Returns
Type | Description |
---|---|
float3x3 | The float3x3 rotation matrix representing a rotation around the x-axis. |