unitexp(quaternion)
Returns the natural exponent of a quaternion. Assumes w is zero.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public static quaternion unitexp(quaternion q)
Parameters
The quaternion with w component equal to zero.
Returns
Type | Description |
|---|---|
| quaternion | The natural exponent of the input quaternion. |