smoothstep

Function smoothstep 

Source
pub fn smoothstep<T: Float, V: FloatOps<T>>(e0: V, e1: V, t: T) -> V
Expand description

returns the hermite interpolated value between edge e0 and e1 by percentage t