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