Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dturtle.rst420 .. function:: setheading(to_angle)
421 seth(to_angle)
423 :param to_angle: a number (integer or float)
425 Set the orientation of the turtle to *to_angle*. Here are some common
/third_party/python/Lib/
Dturtle.py1911 def setheading(self, to_angle): argument
1934 angle = (to_angle - self.heading())*self._angleOrient