Lines Matching refs:heading
127 | :func:`heading`
271 turtle is headed. Do not change the turtle's heading.
303 >>> turtle.heading()
306 >>> turtle.heading()
326 >>> turtle.heading()
329 >>> turtle.heading()
428 >>> turtle.heading()
434 Move turtle to the origin -- coordinates (0,0) -- and set its heading to
445 >>> turtle.heading()
452 >>> turtle.heading()
479 >>> turtle.heading()
484 >>> turtle.heading()
489 >>> turtle.heading()
509 >>> turtle.heading()
682 .. function:: heading()
684 Return the turtle's current heading (value depends on the turtle mode, see
691 >>> turtle.heading()
730 >>> turtle.heading()
736 >>> turtle.heading()
739 >>> turtle.heading()
752 >>> turtle.heading()
755 >>> turtle.heading()
1038 >>> turtle.heading()
1043 >>> turtle.heading()
1189 Do *not* change the turtle's heading (direction of movement).
1192 heading of the turtle are sheared.
1208 change the turtle's heading (direction of movement).
1226 regardless of its current tilt-angle. *Do not* change the turtle's heading
1249 heading (direction of movement).
1251 between the orientation of the turtleshape and the heading of the
1410 Create and return a clone of the turtle with same position, heading and
1842 Mode Initial turtle heading positive angles
1850 >>> mode("logo") # resets turtle heading to north
1911 display the heading of the turtle!