ATanFull

Description

Returns the angle in degrees between x=0 y=-1 (up) and the given vector in a clockwise direction. Returns a value from 0 to 360. This command is proprietary to AGK and is useful in 2D situations. If you are looking for an equivalent to atan2 in C++ use the AGK command ATan2 instead.

Definition

float ATanFull( x, y )

Parameters