atan2: Difference between revisions
Jump to navigation
Jump to search
m (better exaple) |
mNo edit summary |
||
Line 18: | Line 18: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre>_xy=[5, | |x1= <pre>_xy=[5,3]; _degrees= (_xy select 0) atan2 (_xy select 1)</pre> | ||
returns 59.0362 |= Example 1 | returns 59.0362 |= Example 1 |
Revision as of 03:24, 4 September 2007
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