atan2
fn
float atan2(float y, float x) @trusted @safe nothrow @nogcReturns the angle between the positive x-axis and the point (x, y).
float atan2(float y, float x) @trusted @safe nothrow @nogcReturns the angle between the positive x-axis and the point (x, y).