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

pub fn lerp(start: f32, stop: f32, amt: f32) -> f32

Interpolate from start to stop 'amt' amount.