Function nannou::ease::back::ease_in_out_s

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