Searched refs:tilt (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Demo/turtle/ |
D | tdemo_I_dontlike_tiltdemo.py | 24 tilt(45) 40 tilt(-15)
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GhostComponent.java | 93 final InputXY tilt = input.getTilt(); in update() local 95 tilt.getX() * mMovementSpeed; in update() 98 tilt.getY() * mMovementSpeed; in update()
|
/external/python/cpython2/Doc/library/ |
D | turtle.rst | 154 | :func:`tilt` 797 * "tilt": number 811 ('shown', True), ('speed', 9), ('stretchfactor', (1, 1)), ('tilt', 0)] 818 ('shown', True), ('speed', 9), ('stretchfactor', (1, 1)), ('tilt', 0)] 823 ('shown', True), ('speed', 9), ('stretchfactor', (1, 1)), ('tilt', 0)] 1173 .. function:: tilt(angle) 1177 Rotate the turtleshape by *angle* from its current tilt-angle, but do *not* 1185 >>> turtle.tilt(30) 1187 >>> turtle.tilt(30) 1196 regardless of its current tilt-angle. *Do not* change the turtle's heading [all …]
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 2744 tilt = -angle * self._degreesPerAU * self._angleOrient 2745 tilt = (tilt * math.pi / 180.0) % (2*math.pi) 2746 self.pen(resizemode="user", tilt=tilt) 2763 tilt = -self._tilt * (180.0/math.pi) * self._angleOrient 2764 return (tilt / self._degreesPerAU) % self._fullcircle 2766 def tilt(self, angle): member in RawTurtle
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|