Searched refs:to_angle (Results 1 – 4 of 4) sorted by relevance
388 .. 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
408 .. function:: setheading(to_angle)409 seth(to_angle)411 :param to_angle: a number (integer or float)413 Set the orientation of the turtle to *to_angle*. Here are some common
1826 def setheading(self, to_angle): argument1849 angle = (to_angle - self.heading())*self._angleOrient
1910 def setheading(self, to_angle): argument1933 angle = (to_angle - self.heading())*self._angleOrient