atan2 Method
Returns the angle (in radians) from the X axis to a point (x,y).
function atan2(y : Number , x : Number ) : Number
Show:
Returns the angle (in radians) from the X axis to a point (x,y).
function atan2(y : Number , x : Number ) : Number