smootherStep

Interpolates between a and b with smoothing at the limits by weight. The weight should be between 0.0 and 1.0, but this is not mandatory.

pure nothrow @nogc @safe
float
smootherStep
(
float a
,
float b
,
float weight
)

Meta