Function emath::lerp[][src]

pub fn lerp<R, T>(range: RangeInclusive<R>, t: T) -> R where
    T: Real + Mul<R, Output = R>,
    R: Copy + Add<R, Output = R>, 
Expand description

Linear interpolation.