Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
Dturtle.py2748 def tiltangle(self): member in RawTurtle
2783 self.settiltangle(angle + self.tiltangle())
2815 tiltangle = 0
2819 tiltangle = self._tilt
2821 t0, t1 = math.sin(tiltangle), math.cos(tiltangle)
2880 tiltangle = 0
2884 tiltangle = self._tilt
2886 t0, t1 = math.sin(tiltangle), math.cos(tiltangle)
/external/python/cpython2/Doc/library/
Dturtle.rst153 | :func:`tiltangle`
1210 .. function:: tiltangle()
1221 >>> turtle.tiltangle()