go-turtle:Go中的Turtle图形

时间:2024-04-26 17:18:08
【文件属性】:

文件名称:go-turtle:Go中的Turtle图形

文件大小:18KB

文件格式:ZIP

更新时间:2024-04-26 17:18:08

Go

乌龟 Go中的。 文件夹中有几个。 龟 最小的Turtle代理,在笛卡尔平面上移动。 方向以度为单位。 Right顺时针旋转, Left逆时针旋转。 用它来模拟乌龟的运动,而无需绘制图纸。 // create a new turtle t := turtle . New () // move it just like you expect t . Forward ( 5 ) t . Left ( 45 ) t . Forward ( 5 ) t . Right ( 45 ) t . Backward ( 5 ) // get the X, Y, Deg data as needed fmt . Println ( t . X , t . Y , t . Deg ) // 3.5355339059327378 3.5355339059327373 0 // teleport arou


【文件预览】:
go-turtle-main
----utils.go(314B)
----go.mod(47B)
----line.go(135B)
----world.go(3KB)
----LICENSE(1KB)
----turtle_draw.go(1KB)
----turtle.go(1KB)
----samples()
--------turtle()
--------draw()
----README.md(4KB)
----pen.go(679B)
----.gitignore(282B)
----constants.go(511B)

网友评论