atan2()
Syntax
atan2(y, x)
Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta). Return value is in degrees.
atan2(y, x)
Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta). Return value is in degrees.