Function nannou::ease::quad::ease_in[][src]

pub fn ease_in<T>(t: T, b: T, c: T, d: T) -> T where
    T: Float + From<f32>,