Vector2LinearInterpolate Method |
| Name | Description | |
|---|---|---|
| LinearInterpolate(Vector2, Vector2) |
Returns the result of the linear interpolation between
this vector and `to` by the vector amount `weight`.
| |
| LinearInterpolate(Vector2, Single) |
Returns the result of the linear interpolation between
this vector and `to` by amount `weight`.
|