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

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