Function nannou::ease::cubic::ease_out

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