Skip to main content
Version: 4.55.1

Nodes > Math > Common > Smoothstep

Smoothstep

Returns a value smoothly interpolated between A and B based on Ratio.

Inputs

NameTypeDescription
AfloatLower value (Ratio=0)
BfloatUpper value (Ratio=1)
RatiofloatHow far to interpolate between A and B (0-1)

Outputs

NameTypeDescription
smoothstep( A, B, Ratio )floatSmoothly interpolated value
Was this page helpful?
Yes
No