Eyeon:Script/Reference/Libraries/math/atan2

From VFXPedia

< Eyeon:Script | Reference | Libraries | math
Revision as of 14:09, 11 December 2006 by Peter (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

math.atan2(x, y) Returns the arc tangent in radians of y/x based on the signs of both values to determine the correct quadrant.


Tips for atan2 (edit)

EyeonTips:Script/Reference/Libraries/math/atan2