atan2: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 41: Line 41:
[[Category:Scripting Commands OFP 1.46|ATAN2]]
[[Category:Scripting Commands OFP 1.46|ATAN2]]
[[Category:Scripting Commands ArmA|ATAN2]]
[[Category:Scripting Commands ArmA|ATAN2]]
[[Category:Command_Group:_Math]]

Revision as of 21:55, 9 August 2006

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:
x atan2 y
Parameters:
x: Number
y: 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