@loaders.gl/3d-tiles
Version:
3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.
10 lines • 654 B
JavaScript
// loaders.gl
// SPDX-License-Identifier: MIT
// Copyright vis.gl contributors
export { getS2CellIdFromToken, getS2TokenFromCellId, getS2ChildCellId } from "./s2-token-functions.js";
export { getS2BoundaryFlat, getS2LngLat } from "./s2-geometry-functions.js";
export { getS2Cell, getS2QuadKey } from "./s2geometry/s2-cell-utils.js";
export { getS2QuadkeyFromCellId, getS2CellFromQuadKey, getS2CellIdFromQuadkey, getS2LngLatFromS2Cell } from "./s2geometry/s2-geometry.js";
export { getS2Region } from "./converters/s2-to-region.js";
export { getS2OrientedBoundingBoxCornerPoints } from "./converters/s2-to-obb-points.js";
//# sourceMappingURL=index.js.map