Point

GeoGlobe.Geometry. Point

几何点类。 继承: - 几何点类,继承于GeoGlobe.Geometry

Constructor

new Point()

Members

x :float

x
Type:
  • float

y :float

y
Type:
  • float

Methods

initialize(x, y)

构建点几何。
Parameters:
Name Type Description
x float x坐标。
y float y坐标。