[][src]Function nannou::ease::back::ease_in_out_s

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