pymel.core.datatypes.hypot — PyMEL 1.0.7 documentation

pymel.core.datatypes.hypot

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 Modules

Type Modules

Other Modules

This Page