ease_out_cubic

Function ease_out_cubic 

Source
pub fn ease_out_cubic(t: f64) -> f64
Expand description

Ease-out cubic rate function

t * (t - 1.0) * (t - 1.0) + 1.0