lerpVectors

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

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

Return

A reference to this vector.