pymel.util.atan2

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

atan2(y, x)

Return the arc tangent (measured in radians) of y/x. Unlike atan(y/x), the signs of both x and y are considered. This function has been overriden from math.atan2 to work element-wise on iterables

Previous topic

pymel.util.atan

Next topic

pymel.util.atanh

Core

Core Modules

Other Modules

This Page