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