Skip to main content

easing_smoothstep

Function easing_smoothstep 

Source
pub fn easing_smoothstep() -> impl Fn(f64) -> f64
Expand description

Cubic smoothstep t * t * (3 - 2 * t).