ATan2

Description

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.

Definition

float ATan2( y, x )

Parameters