new Point2D() 点类。点类的的实例为点对象,用于表示坐标值为双精度的点对象,即其坐标值的范围为±5.0*1e-324到±1.7*1e308,有效位为15-16位。 Source: Point2D.js, line 10 Methods (static) createObj() → {Promise.<Point2D>} 构造一个新的 Point2D 对象。 Source: Point2D.js, line 20 Returns: Type Promise.<Point2D>