smoothStep

Interpolates between min and max with smoothing at the limits.

Return

The smooth step value.

Parameters

from

The start value.

to

The end value.

t

The interpolation value between the two.


Interpolates between min and max with smoothing at the limits.

Return

The smooth step value.

Parameters

t

The interpolation value between the two.