pymel.core.datatypes.atan2

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.core.datatypes.atan

Next topic

pymel.core.datatypes.atanh

Core

Core Modules

Other Modules

This Page