@loaders.gl/3d-tiles
Version:
3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.
8 lines • 647 B
TypeScript
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 type { S2HeightInfo } from "./converters/s2-to-obb-points.js";
export { getS2OrientedBoundingBoxCornerPoints } from "./converters/s2-to-obb-points.js";
//# sourceMappingURL=index.d.ts.map