Method Interp
Interp(float, float, float)
Interpolates between two float values.
Declaration
public override sealed void Interp(float from, float to, float t)
Parameters
| Type | Name | Description |
|---|---|---|
| float | from | The start value |
| float | to | The end value |
| float | t | The interpolation factor in range [0,1] |