@stdlib/math-base-special-atan2
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
Found 4 results for atan2
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
A JavaScript function to calculate the angle between two coordinates
A collection of mathematical utility functions including operations like clamp, lerp, normalize, and more.
Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).