pymel.util.mathutils.linstep

static mathutils.linstep(min, max, x)

Returns the value of a linear step function.

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

Return type:float

Previous topic

pymel.util.mathutils.linmap

Next topic

pymel.util.mathutils.real

Core

Core Modules

Other Modules

This Page