ATAN2

From GTAMods Wiki
Revision as of 04:33, 2 March 2009 by Sacky (talk | contribs) (New page: {{Native |np=2 |p1t=float |p1d=y |p2t=float |p2d=x |r=1 |rt=float |rd=The result of an arctangent conversion }} Performs an atan2 function on the y and x numbers provi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ATAN2
Number of parameters: 2
Parameter #TypeDescription
1.floaty
2.floatx
Return value:
TypeDescription
floatThe result of an arctangent conversion

Performs an atan2 function on the y and x numbers provided.