Home
last modified time | relevance | path

Searched refs:tiltangle (Results 1 – 4 of 4) 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/cpython3/Doc/library/
Dturtle.rst169 | :func:`tiltangle`
1242 .. function:: tiltangle(angle=None)
1260 >>> turtle.tiltangle()
1279 Modify stretchfactor, shearfactor and tiltangle according to the
2403 :meth:`Turtle.tiltangle` has been enhanced in functionality: it now can
2404 be used to get or set the tiltangle. :meth:`Turtle.settiltangle` has been
/external/python/cpython2/Doc/library/
Dturtle.rst153 | :func:`tiltangle`
1210 .. function:: tiltangle()
1221 >>> turtle.tiltangle()
/external/python/cpython3/Lib/
Dturtle.py2867 def tiltangle(self, angle=None): member in RawTurtle
2910 self.settiltangle(angle + self.tiltangle())