Searched refs:tiltangle (Results 1 – 2 of 2) sorted by relevance
2748 def tiltangle(self): member in RawTurtle2783 self.settiltangle(angle + self.tiltangle())2815 tiltangle = 02819 tiltangle = self._tilt2821 t0, t1 = math.sin(tiltangle), math.cos(tiltangle)2880 tiltangle = 02884 tiltangle = self._tilt2886 t0, t1 = math.sin(tiltangle), math.cos(tiltangle)
153 | :func:`tiltangle`1210 .. function:: tiltangle()1221 >>> turtle.tiltangle()