Property SlerpQuaternion
SlerpQuaternion
Spherically interpolates between quaternions a and b by ratio t. The parameter t is clamped b the range [0, 1].
Declaration
public static IInterpolator<quaternion> SlerpQuaternion { get; }
Property Value
Type | Description |
---|---|
IInterpolator<quaternion> |