Smooth Step

Returns a smooth Hermite interpolation between 0 and 1 for the value X (where X ranges between A and B) Clamped to 0 for X <= A and 1 for X >= B

Inputs

NameDescription

A

A

B

B

Alpha

Alpha

Outputs

NameDescription

Result

Result

Last updated