atan2(y, x)
The atan2() function calculates the angle (in radians) between the positive x-axis and the ray from the origin (0,0) to the point (x,y), for atan2(y,x).
atan2()
(0,0)
(x,y)
atan2(y,x)
atan2(scalar, scalar) -> scalar