lerp

fun lerp(start: Float, stop: Float, fraction: Float): Float
fun lerp(start: Int, stop: Int, fraction: Float): Int

Linearly interpolate between start and stop with fraction fraction between them.