Function bezier1::linear [] [src]

pub fn linear<T, F>(p0: T, p1: T, t: F) -> T where
    T: Copy + Num + Cast<F>,
    F: Copy + Num + Cast<T>,