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