pymel.util.mathutils.linmap

static mathutils.linmap(min, max, x)

Returns the value of a linear remapping function.

performs a linear 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.imag

Next topic

pymel.util.mathutils.linstep

Core

Core Modules

Other Modules

This Page