atan2: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(updated) |
||
Line 43: | Line 43: | ||
[[Category:Scripting Commands ArmA|ATAN2]] | [[Category:Scripting Commands ArmA|ATAN2]] | ||
[[Category:Command_Group:_Math|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Math|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] |
Revision as of 15:44, 3 June 2009
Description
- Description:
- ArcTangent of x/y. Used to determine the angle of a vector [x,y]. Result in Degrees.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_xy=[5,3]; _degrees= (_xy select 0) atan2 (_xy select 1)
returns 59.0362
Additional Information
- See also:
- Math Commands
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note