Login
From:
developer.mozilla.org
(Uncensored)
subscribe
Math.atan2() - JavaScript | MDN
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/atan2
links
backlinks
Roast topics
Find topics
Find it!
The Math.atan2() static method returns the angle in the plane (in radians) between the positive x-axis and the ray from (0, 0) to the point (x, y), for Math.atan2(y, x).