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