python學習turtle(告訴龜的狀態,量度設置)

記錄學習;學習

告訴龜的狀態3d

turtle.position()code

turtle.pos(),返回龜位置座標blog

 

turtle.towards(xy=None),返回從龜位置到(x,y),之間的角度。ci

輸入it

turtle.fd(100)
turtle.lt(90)
turtle.fd(100)
turtle.dot(10,'cyan')
turtle.home()
turtle.towards(100,100)
#turtle.towards返回45.0
turtle.lt(45),如圖io

turtle.xcor(),返回龜x座標。im

turtle.ycor(),返回龜y座標。d3

 

turtle.heading(),返回龜的航向角度。img

standard模式和logo模式返回角度不一樣。

turtle.distance(xy=None),返回從龜位置到(x,y),之間的距離。

角度量度設置

turtle.degrees(fullcircle=360.0),設置一圈的度數,默認360度。

turtle.radians(),將角度測量單位設置爲弧度。至關degrees(2*math.pi)。

注:一個周角(360度)是 2π弧度。

90°=π/2 rad

相關文章
相關標籤/搜索