Method SlerpUnclamped
SlerpUnclamped(Quaternion, Quaternion, Single)
Interpolates between two quaternions, using spherical linear interpolation. The parameter /t/ is not clamped.
Declaration
public static Quaternion SlerpUnclamped(Quaternion a, Quaternion b, float t)
Parameters
Type | Name | Description |
---|---|---|
Quaternion | a | |
Quaternion | b | |
System.Single | t |
Returns
Type | Description |
---|---|
Quaternion |