Method LerpUnclamped
LerpUnclamped(float, float, float)
Lerp between two values.
Declaration
protected override float LerpUnclamped(float a, float b, float interpolant)
Parameters
Type | Name | Description |
---|---|---|
float | a | The first value. |
float | b | The second value. |
float | interpolant | The interpolant. |
Returns
Type | Description |
---|---|
float | The lerped value. |