lerp

fun lerp(a: Float, b: Float, t: Float): Float

Linear interpolation, t clamped to 0, 1.