Project

General

Profile

$atan2 » History » Version 2

Per Amundsen, 12/11/2018 08:01 PM

1 1 Per Amundsen
_Added in 1.9.3_
2
3
*$atan2(N, M)*
4
5
Returns the angle whose tangent is the quotient of two specified numbers.
6
7
*Parameters*
8
9 2 Per Amundsen
N - The Y coordinate.
10
M - The X coordinate.
11 1 Per Amundsen
12
*Properties*
13
14
.deg - Returns the degree instead of angle.