atan2: Difference between revisions
Jump to navigation
Jump to search
m (degrees, math comands) |
m (better exaple) |
||
Line 18: | Line 18: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre>5 atan2 | |x1= <pre>_xy=[5,2]; _degrees= (_xy select 0) atan2 (_xy select 1)</pre> | ||
returns 59.0362 |= Example 1 | returns 59.0362 |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Math | | [[Math Commands]] |= See also | ||
}} | }} |
Revision as of 03:22, 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,2]; _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