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