atan2: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (=)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> x '''atan2''' y |= Syntax
| [[Number]] <nowiki>=</nowiki> [[Number]] '''atan2''' [[Number]] |= Syntax


|p1= x: [[Number]] |= Parameter 1
|p1= [[Number]] |= Parameter 1


|p2= y: [[Number]] |= Parameter 2


| [[Number]] |= Return value
| [[Number]] |= Return value

Revision as of 07:06, 27 August 2007

Hover & click on the images for description

Description

Description:
Arctangens of x/y. Used to determine the angle of a vector [x,y]. Result in degrees.
Groups:
Uncategorised

Syntax

Syntax:
Number = Number atan2 Number
Parameters:
Number
Return Value:
Number

Examples

Example 1:
5 atan2 3
returns 59.0362

Additional Information

See also:
atantan

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

Notes

Bottom Section