atan2
fn
float atan2(float y, float x)Returns the angle between the positive x-axis and the point (x, y).
float atan2(float y, float x)Returns the angle between the positive x-axis and the point (x, y).