lerp

fun lerp(point1: Double, point2: Double, alpha: Double): Double(source)
fun Location.lerp(loc2: Location, alpha: Double): Location(source)