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
Name | Description |
---|---|
A | A |
B | B |
Alpha | Alpha |
Outputs
Name | Description |
---|---|
Result | Result |
Last updated