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

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