Struct LerpQuaternion
Linearly interpolate between two values a and b by ratio t.
Implements
IInterpolator<quaternion>
Inherited Members
Namespace: UnityEngine.Splines.Interpolators
Assembly: solution.dll
Syntax
public struct LerpQuaternion : IInterpolator<quaternion>
Methods
Name | Description |
---|---|
Interpolate(quaternion, quaternion, float) | Linearly interpolates between a and b by t. |