Pass:rotate
EditRotates the coordinate system.
Rotate the coordinate system using numbers.
Arguments
Name | Type | Description |
angle | number | The amount to rotate the coordinate system by, in radians. |
ax | number | The x component of the axis of rotation. |
ay | number | The y component of the axis of rotation. |
az | number | The z component of the axis of rotation. |
Returns
Nothing
Rotate the coordinate system using a quaternion.
Arguments
Name | Type | Description |
rotation | Quat | A quaternion containing the rotation to apply. |
Returns
Nothing