Class: Point2D

Point2D

new Point2D()

点类。点类的的实例为点对象,用于表示坐标值为双精度的点对象,即其坐标值的范围为±5.0*1e-324到±1.7*1e308,有效位为15-16位。
Source:

Methods

(static) createObj() → {Promise.<Point2D>}

构造一个新的 Point2D 对象。
Source:
Returns:
Type
Promise.<Point2D>