turtlejs:使用受徽标启发的命令导航笛卡尔坐标系

时间:2024-07-13 15:57:42
【文件属性】:

文件名称:turtlejs:使用受徽标启发的命令导航笛卡尔坐标系

文件大小:80KB

文件格式:ZIP

更新时间:2024-07-13 15:57:42

JavaScript

龟类 使用受徽标启发的命令导航笛卡尔坐标系 用法 实例化一个新的 Turtle 对象并告诉它向左、向右、向前或向后转。 var t = new Turtle(); t.setRounding(true); // configure Turtle to round its calculations after each command t.fd(1) .lt(90) .fd(88 + 1) .lt(180 - 45) .fd(Math.sqrt(2)) .lt(45) .fd(88); alert("x is " + t.x); alert("y is " + t.y); 执照 BSD 3 条款许可证


【文件预览】:
turtlejs-master
----.gitignore(574B)
----src()
--------turtle.js(3KB)
----LICENSE(1KB)
----examples()
--------js()
--------d3hexagon.html(1KB)
----README.md(482B)
----.gitattributes(378B)
----test()
--------test.html(384B)
--------js()
--------test.js(4KB)

网友评论