Home
last modified time | relevance | path

Searched refs:to_angle (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Dturtle.rst388 .. function:: setheading(to_angle)
389 seth(to_angle)
391 :param to_angle: a number (integer or float)
393 Set the orientation of the turtle to *to_angle*. Here are some common
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1826 def setheading(self, to_angle): argument
1849 angle = (to_angle - self.heading())*self._angleOrient