lerp

fun lerp(start: Double, target: Double, t: Double): Double(source)
fun lerp(start: Float, target: Float, t: Double): Float(source)