More angle related shenanigans, even with the understanding that the angle increases clockwise, the angle from origin to a point directly on the right should still be 0, right?
I'm assuming, of course, that angle_to_point()
is supposed to be used as Origin.angle_to_point(Destination)
but is there a reason why the designer intended it to be used as Destination.angle_to_point(Origin)
?