Wonkey math atan2
wonkey:wonkey.math.ATan2
Function ATan2:Double( y:Double,x:Double )#
Computes the inverse tangent of a ratio.
Returns the inverse tangent of y/x, using the signs of the arguments to determine the quadrant of the result.
| Parameters | |
|---|---|
y |
y The numerator. |
z |
z The denominator. |