Pythonista-Issues
Pythonista-Issues copied to clipboard
Method setheading() in Turtle graphics is oriented clockwise instead of anticlockwise
trafficstars
Usually, e.g. setHeading(90) should turn the turtle toward the north but here it does the opposite and turns the turtle towards the south. Thus, programs using setheading() are all drawing the wrong way.
Clockwise vs. counterclockwise.