toPolar: Converts cartesian (x, y) into polar (angle, distance) coordinates
Description
Converts cartesian coordinates ($x$, $y$) into polar (angle, distance) ones, assuming (0, 0) as origin of axes and, incidentally, the position of tree base
Value
A vector holding angle in degrees and distance in the same unit as $x$ and $y$