用法:
turtle.shearfactor(shear=None)
shear- 号码(可选)
参数:
设置或返回当前剪切因子。根据给定的剪切因子剪切 turtle 形状,即剪切角的正切。
not
改变 turtle 的航向(运动方向)。如果没有给出剪切:返回当前的剪切因子,i。 e.剪切角的切线,平行于 turtle 航向的线被剪切。>>> turtle.shape("circle") >>> turtle.shapesize(5,2) >>> turtle.shearfactor(0.5) >>> turtle.shearfactor() 0.5
相关用法
- Python turtle.shearfactor()用法及代码示例
- Python turtle.shapesize用法及代码示例
- Python turtle.shape()用法及代码示例
- Python turtle.shape用法及代码示例
- Python turtle.shapetransform()用法及代码示例
- Python turtle.showturtle()用法及代码示例
- Python turtle.shapetransform用法及代码示例
- Python turtle.speed()用法及代码示例
- Python turtle.setworldcoordinates()用法及代码示例
- Python turtle.setx()用法及代码示例
- Python turtle.settiltangle()用法及代码示例
- Python turtle.screensize用法及代码示例
- Python turtle.setup用法及代码示例
- Python turtle.sety用法及代码示例
- Python turtle.speed用法及代码示例
- Python turtle.settiltangle用法及代码示例
- Python turtle.stamp用法及代码示例
- Python turtle.setundobuffer()用法及代码示例
- Python turtle.stamp()用法及代码示例
- Python turtle.setx用法及代码示例
注:本文由纯净天空筛选整理自python.org大神的英文原创作品 turtle.shearfactor。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。