Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:heading

130         'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
992 Mode Initial turtle heading positive angles
998 >>> mode('logo') # resets turtle heading to north
1060 !! so they do not display the heading of the turtle!
1491 >>> turtle.heading()
1497 >>> turtle.heading()
1509 >>> turtle.heading()
1512 >>> turtle.heading()
1563 turtle is headed. Do not change the turtle's heading.
1587 >>> turtle.heading()
1590 >>> turtle.heading()
1608 >>> turtle.heading()
1611 >>> turtle.heading()
1699 heading to its start-orientation (which depends on mode).
1810 def heading(self):
1811 """ Return the turtle's current heading.
1817 >>> turtle.heading()
1845 >>> turtle.heading()
1848 angle = (to_angle - self.heading())*self._angleOrient
2474 >>> turtle.heading()
2479 >>> turtle.heading()
2622 Create and return a clone of the turtle with same position, heading
2730 heading (direction of movement).
2753 orientation of the turtleshape and the heading of the turtle
2772 but do NOT change the turtle's heading (direction of movement).
2786 according to current position and heading.