Source: coordinate.js

/** @module */

/**
 * Coordinate structure
 *
 * @typedef {Array<number>} Coordinate
 */