Difference between revisions of "ATAN2"

From GTAMods Wiki
Jump to navigation Jump to search
(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...)
 
(No difference)

Latest revision as of 04:33, 2 March 2009

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.