Inverse
7/14/25Less than 1 minute
Quaternion.Inverse(Quaternion rotation)
Returns the Inverse of rotation.
Parameters:
| Name | Type | Description |
|---|---|---|
| rotation | Quaternion | rotation |
Returns:
| type | Description |
|---|---|
| Quaternion | the Inverse of rotation. |
Usage
---@type Quaternion
local rotation;
local val0 = Quaternion:Inverse(rotation)
