new Point()
- Source:
- View2D/Geometry/Point.js
Members
-
x :float
-
x
Type:
- float
- Source:
- View2D/Geometry/Point.js
-
y :float
-
y
Type:
- float
- Source:
- View2D/Geometry/Point.js
Methods
-
initialize(x, y)
-
构建点几何。
Parameters:
Name Type Description x
float x坐标。 y
float y坐标。 - Source:
- View2D/Geometry/Point.js