atan2(node: Node): Node
Returns the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y), atan2(y,x)
.
atan2(y: Node, x Node) => Node
Returns the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y), atan2(y,x)
.
atan2(y: Node, x Node) => Node