Actions
$atan2 » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 07/20/2014 08:34 AM
Added in 1.9.3
$atan2(N, M)
Returns the angle whose tangent is the quotient of two specified numbers.
Parameters
N - The Y coordinate. (N is a double number)
M - The X coordinate. (M is a double number)
Properties
.deg - Returns the degree instead of angle.
Updated by Per Amundsen over 10 years ago · 1 revisions