Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>arctangent()</b> g_exam21 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ARCTANGENT()                                                        G_EXAM21
   Returns the angle from the current point to another.

   Syntax
         nAngle = ARCTANGENT(nHorizontal,nVertical)

   Arguments
         nHorizontal Plus or minus horizontal distance from the current point.
         nVertical   Plus or minus vertical distance from the current point.

   Returns
         nAngle      Returns the angle in tenths of degrees.

   Description
         ARCTANGENT() returns the angle from the current point to a second
         point specified by nHorizontal and nVertical. The arguments are
         relative to the current point, not to the world or screen
         coordinates.

   Examples
            n = ARCTANGENT(55,-35)    && Returns 3275

See Also: COSINE() SINE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson