Lines Matching refs:shearfactor
167 | :func:`shearfactor`
831 ('shearfactor', 0.0), ('shown', True), ('speed', 9),
1183 .. function:: shearfactor(shear=None)
1187 Set or return the current shearfactor. Shear the turtleshape according to
1188 the given shearfactor shear, which is the tangent of the shear angle.
1190 If shear is not given: return the current shearfactor, i. e. the
1198 >>> turtle.shearfactor(0.5)
1199 >>> turtle.shearfactor()
1279 Modify stretchfactor, shearfactor and tiltangle according to the
1287 >>> turtle.shearfactor(-0.5)
2400 - The methods :meth:`Turtle.shearfactor`, :meth:`Turtle.shapetransform` and