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