Returns the angle of an x,y vector in degrees in the range -180 to 180. This exactly matches the C++ atan2 function with degrees.
float ATan2( y, x )
float agk::ATan2( float y, float x )