Lines Matching refs:tiltangle
136 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'tracer',
2747 def tiltangle(self):
2760 >>> turtle.tiltangle()
2782 self.settiltangle(angle + self.tiltangle())
2814 tiltangle = 0
2818 tiltangle = self._tilt
2820 t0, t1 = math.sin(tiltangle), math.cos(tiltangle)
2879 tiltangle = 0
2883 tiltangle = self._tilt
2885 t0, t1 = math.sin(tiltangle), math.cos(tiltangle)