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