ATan2Rad

Description

Returns the angle of an x,y vector in radians in the range -pi to pi. This exactly matches the C++ atan2 function.

Definition

float ATan2Rad( y, x )

Parameters