unitlog(quaternion)
Returns the natural logarithm of a unit length quaternion.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public static quaternion unitlog(quaternion q)
Parameters
The unit length quaternion.
Returns
Type | Description |
|---|---|
| quaternion | The natural logarithm of the unit length quaternion. |