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