omz / Pythonista-Issues

Issue tracker for Pythonista (iOS)
169 stars 14 forks source link

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

Open alingnau opened 5 years ago

alingnau commented 5 years ago

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.

cclauss commented 5 years ago

Clockwise vs. counterclockwise.