Source: geom/PointType.js

/**
 * Point
 * @typedef {Object} Point
 * @property {number} x
 * @property {number} y
 */