用法:
turtle.setheading(to_angle)
turtle.seth(to_angle)
to_angle - 一个数字(整数或浮点数)
参数:
将 turtle 的方向设置为
to_angle
。以下是一些常见的度数方向:标准模式
标志模式
0 - 东
0 - 北
90 - 北
90 - 东
180 - 西
180 - 南
270 - 南
270 - 西
>>> turtle.setheading(90) >>> turtle.heading() 90.0
相关用法
- Python turtle.seth()用法及代码示例
- Python turtle.setworldcoordinates()用法及代码示例
- Python turtle.setx()用法及代码示例
- Python turtle.settiltangle()用法及代码示例
- Python turtle.setup用法及代码示例
- Python turtle.sety用法及代码示例
- Python turtle.settiltangle用法及代码示例
- Python turtle.setundobuffer()用法及代码示例
- Python turtle.setx用法及代码示例
- Python turtle.sety()用法及代码示例
- Python turtle.setworldcoordinates用法及代码示例
- Python turtle.speed()用法及代码示例
- Python turtle.shapesize用法及代码示例
- Python turtle.shape()用法及代码示例
- Python turtle.screensize用法及代码示例
- Python turtle.shape用法及代码示例
- Python turtle.shapetransform()用法及代码示例
- Python turtle.speed用法及代码示例
- Python turtle.stamp用法及代码示例
- Python turtle.showturtle()用法及代码示例
注:本文由纯净天空筛选整理自python.org大神的英文原创作品 turtle.setheading。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。