Lines Matching refs:heading
112 | :func:`heading`
251 turtle is headed. Do not change the turtle's heading.
283 >>> turtle.heading()
286 >>> turtle.heading()
306 >>> turtle.heading()
309 >>> turtle.heading()
408 >>> turtle.heading()
414 Move turtle to the origin -- coordinates (0,0) -- and set its heading to
425 >>> turtle.heading()
432 >>> turtle.heading()
459 >>> turtle.heading()
464 >>> turtle.heading()
469 >>> turtle.heading()
489 >>> turtle.heading()
662 .. function:: heading()
664 Return the turtle's current heading (value depends on the turtle mode, see
671 >>> turtle.heading()
710 >>> turtle.heading()
716 >>> turtle.heading()
719 >>> turtle.heading()
732 >>> turtle.heading()
735 >>> turtle.heading()
1028 >>> turtle.heading()
1033 >>> turtle.heading()
1178 change the turtle's heading (direction of movement).
1196 regardless of its current tilt-angle. *Do not* change the turtle's heading
1213 turtleshape and the heading of the turtle (its direction of movement).
1339 Create and return a clone of the turtle with same position, heading and
1716 Mode Initial turtle heading positive angles
1724 >>> mode("logo") # resets turtle heading to north
1785 display the heading of the turtle!