Pythonista-Issues icon indicating copy to clipboard operation
Pythonista-Issues copied to clipboard

Method setheading() in Turtle graphics is oriented clockwise instead of anticlockwise

Open alingnau opened this issue 6 years ago • 1 comments
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.

alingnau avatar Nov 07 '19 12:11 alingnau

Clockwise vs. counterclockwise.

cclauss avatar Nov 07 '19 13:11 cclauss