atan2: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Number | | [[Number]] <nowiki>=</nowiki> x '''atan2''' y |= Syntax | ||
|p1= [[Number]] |= Parameter 1 | |p1= x: [[Number]] |= Parameter 1 | ||
|p2= y: [[Number]] |= Parameter 2 | |||
| | |||
| [[Number]] |= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 23:00, 21 January 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