Lines Matching defs:heading
132 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1047 Mode Initial turtle heading positive angles
1053 >>> mode('logo') # resets turtle heading to north
1115 !! so they do not display the heading of the turtle!
1577 >>> turtle.heading()
1583 >>> turtle.heading()
1595 >>> turtle.heading()
1598 >>> turtle.heading()
1649 turtle is headed. Do not change the turtle's heading.
1673 >>> turtle.heading()
1676 >>> turtle.heading()
1694 >>> turtle.heading()
1697 >>> turtle.heading()
1785 heading to its start-orientation (which depends on mode).
1896 def heading(self):
1897 """ Return the turtle's current heading.
1903 >>> turtle.heading()
1931 >>> turtle.heading()
1934 angle = (to_angle - self.heading())*self._angleOrient
2571 >>> turtle.heading()
2576 >>> turtle.heading()
2719 Create and return a clone of the turtle with same position, heading
2828 turtle's heading (direction of movement).
2831 heading of the turtle are sheared.
2851 heading (direction of movement).
2878 heading (direction of movement).
2880 between the orientation of the turtleshape and the heading of the
2917 but do NOT change the turtle's heading (direction of movement).
2971 according to current position and heading.