pymel.core.datatypes.hypot

static datatypes.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.core.datatypes.hermiteInterp

Next topic

pymel.core.datatypes.imag

Core

Core Modules

Other Modules

This Page