lerpVectors

fun lerpVectors(v1: Vector2, v2: Vector2, alpha: Double): Vector2

Sets this vector to the linear interpolation of v1 and v2 by alpha.

Return

A reference to this vector.