Function rinmath::lerp[][src]

pub fn lerp<U: Real, T: Add<T, Output = T> + Mul<U, Output = T>>(
    p0: T,
    p1: T,
    pct: U
) -> T