Returns the angle of an x,y vector in radians in the range -pi to pi. This exactly matches the C++ atan2 function.
float ATan2Rad( y, x )
float agk::ATan2Rad( float y, float x )