lerp

open fun lerp(start: Float, stop: Float, amount: Float): Float

Returns the linear interpolation of amount between start and stop.