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