Source: compute/types/typesPoints.js, line 1 Type Definitions point1D a point in 1D, x coordinate in policy space. Type: number Source: compute/types/typesPoints.js, line 11 point2D a point in 2D, [x,y] coordinates in policy space. Type: Array.<number> Source: compute/types/typesPoints.js, line 15