lerp

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

Linearly interpolate between two values.