We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac4015 commit 7068ca6Copy full SHA for 7068ca6
src/data/examples/zh-Hans/00_Structure/00_Coordinates.js
@@ -1,6 +1,6 @@
1
/*
2
* @name 坐标
3
- * @description 绘制到屏幕上的所有形状都有一个指定为坐标的位置。所有的坐标都是以像素为单位,以距原点的距离来衡量的。原点 [0,0] 是窗口左上角的坐标,右下角的坐标是 [宽度-, 高度-1] 。
+ * @description 绘制到屏幕上的所有形状都有一个指定为坐标的位置。所有的坐标都是以像素为单位,以距原点的距离来衡量的。原点 [0,0] 是窗口左上角的坐标,右下角的坐标是 [宽度-1, 高度-1] 。
4
*/
5
function setup() {
6
// 制作一个 720 像素宽 400 像素高的画布。
0 commit comments