Skip to main content
Version: 5.x

Nodes > Math > Common > Smoothstep

Smoothstep

Returns a 0-1 value smoothly interpolated from 0 at the lower boundary, A, to 1 at the higher boundary, B, based on the given Ratio. Input values can be from any range.

Inputs

NameTypeDescription
AfloatThe beginning value of the range.
BfloatThe end value of the range.
RatiofloatHow far to interpolate within the range of A to B.

Outputs

NameTypeDescription
smoothstep( A, B, Ratio )floatSmoothly interpolated value, value returns ranging from 0 to 1.
Was this page helpful?
Yes
No