pymel.util.mathutils.smoothstep — PyMEL 1.0.7 documentation

pymel.util.mathutils.smoothstep

smoothstep(min, max, x)

Returns the value of a smooth step function.

Returns 0 if x < min, 1 if x > max, and performs a smooth Hermite interpolation between 0 and 1 in the interval min to max.

Return type:float

Previous topic

pymel.util.mathutils.smoothmap

Next topic

pymel.util.namedtuple

Core Modules

Type Modules

Other Modules

This Page