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