pymel.util.hypot

static util.hypot(*args, **kwargs)

hypot(x,y)

Return the Euclidean distance, sqrt(x*x + y*y). This function has been overriden from math.hypot to work element-wise on iterables

Previous topic

pymel.util.hermiteInterp

Next topic

pymel.util.imag

Core

Core Modules

Other Modules

This Page