Function nannou::ease::cubic::ease_in

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