Nodes > Math > Common > Smoothstep
Returns a value smoothly interpolated between A and B based on Ratio.
Inputs
Name | Type | Description |
---|---|---|
A | float | Lower value (Ratio=0) |
B | float | Upper value (Ratio=1) |
Ratio | float | How far to interpolate between A and B (0-1) |
Outputs
Name | Type | Description |
---|---|---|
smoothstep( A, B, Ratio ) | float | Smoothly interpolated value |
Was this page helpful?