Skip to main content

smoothstep

Function smoothstep 

Source
pub fn smoothstep(t: f64, a: f64, b: f64) -> f64
Expand description

Hermite smoothstep — zero-derivative ends, used for seamless loops.