atan2: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (degrees, math comands) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | ArcTangent of x/y. Used to determine the angle of a vector [x,y]. Result in [[Number#Degrees|Degrees]]. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Number#Degrees|Degrees]] <nowiki>=</nowiki> [[Number]] '''atan2''' [[Number]] |= Syntax | ||
|p1= | |p1= [[Number]] |= Parameter 1 | ||
| [[Number]] |= Return value | | [[Number#Degrees|Degrees]]: [[Number]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 23: | Line 23: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ | | [[Math Comands]] |= See also | ||
}} | }} |
Revision as of 03:20, 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:
5 atan2 3
returns 59.0362
Additional Information
- See also:
- Math Comands
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