Function utils::math::lerp [] [src]

pub fn lerp<F: Float>(start: F, stop: F, amt: F) -> F

Interpolate from start to stop 'amt' amount.