Const
alias for Math.atan2.
Math.atan2
Returns the angle (in radians) between the X axis and the line going through both the origin and the given point.
A numeric expression representing the cartesian y-coordinate.
A numeric expression representing the cartesian x-coordinate.
alias for
Math.atan2
.