| point2line index |
||||||||||
| Name | lerp ( ) | |||||||||
| Description | Returns the linear interpolation between two vectors. In some vector classes this is referred to as blend(). | |||||||||
| Syntax | lerp(begin, end, interpolator); |
|||||||||
| Parameters |
|
|||||||||
| Returns | interpolated vector (Vect2) |
|||||||||
| Usage | Web & Application | |||||||||
| Related | ||||||||||
| Examples | |
|||||||||