Struct SlerpQuaternion
Spherically interpolates between quaternions a and b by ratio t. The parameter t is clamped b the range [0, 1].
Implements
IInterpolator<quaternion>
Inherited Members
Namespace: UnityEngine.Splines.Interpolators
Assembly: solution.dll
Syntax
public struct SlerpQuaternion : IInterpolator<quaternion>
Methods
Name | Description |
---|---|
Interpolate(quaternion, quaternion, float) | Spherically interpolates between quaternions a and b by ratio t. The parameter t is clamped b the range [0, 1]. |