Lines Matching refs:tilt
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
1212 Return the current tilt-angle, i.e. the angle between the orientation of the
1220 >>> turtle.tilt(45)