SourceTermAnalysisSystem_vue/node_modules/ol/pixel.js
2026-05-15 10:22:44 +08:00

14 lines
262 B
JavaScript

/**
* @module ol/pixel
*/
/**
* An array with two elements, representing a pixel. The first element is the
* x-coordinate, the second the y-coordinate of the pixel.
* @typedef {Array<number>} Pixel
* @api
*/
/** @type {undefined} */
export let nothing;