Function number_easing::in_quad [] [src]

pub fn in_quad<T, F>(s: T, c: T, t: F) -> T where
    T: Copy + Cast<F> + Num,
    F: Copy + Cast<T> + Num