pymel.core.datatypes.smoothstep

smoothstep(*args, **kwargs)

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.

rtype:float

This function has been overriden from pymel.util.mathutils.smoothstep to work element-wise on iterables

Previous topic

pymel.core.datatypes.smoothmap

Next topic

pymel.core.datatypes.sqlength

Core

Core Modules

Other Modules

This Page