pymel.util.mathutils.smoothmap

static mathutils.smoothmap(min, max, x)

Returns the value of a smooth remapping function.

performs a smooth Hermite interpolation between 0 and 1 in the interval min to max, but does not clamp the range

Return type:float

Previous topic

pymel.util.mathutils.setRange

Next topic

pymel.util.mathutils.smoothstep

Core

Core Modules

Other Modules

This Page