RotateX(float)
Returns a quaternion that rotates around the x-axis by a given number of radians.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public static quaternion RotateX(float angle)
Parameters
The clockwise rotation angle when looking along the x-axis towards the origin in radians.
Returns
Type | Description |
|---|---|
| quaternion | The quaternion representing a rotation around the x-axis. |