Classes
| Global | Description |
|---|---|
| Point | 表示二维坐标点的类 |
Functions
| Global | Description |
|---|---|
| initialize(x, y) | 初始化点对象 Initialize the point. |
Point
表示二维坐标点的类
Kind: global class
new Point(x, y)
点类
The point class.
| Param | Type | Description |
|---|---|---|
| x | Number | X 坐标 The x coordinate |
| y | Number | Y 坐标 The y coordinate |
initialize(x, y)
初始化点对象
Initialize the point.
Kind: global function
| Param | Type | Description |
|---|---|---|
| x | Number | X 坐标 The x coordinate |
| y | Number | Y 坐标 The y coordinate |
贡献者
暂无相关贡献者
页面历史
暂无最近变更历史