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

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