export { CellComplex, type CellGroup, type CellKind } from './cell-complex.js'; export { cellComplexBoundsAlongAxisN, cellComplexBoundsAlongDirectionN, type CellComplexDirectionalBoundsN } from './cell-complex-bounds.js'; export { cuboidCellFacetN, type CellFacetN } from './cell-facet.js'; export { findIncidentCellsN } from './cell-incidence.js'; export { simplexizeCuboidGroupN, tetrahedralizeCuboidCells, type CuboidSimplexizationN, type CuboidSimplexizationOptionsN } from './tetrahedralize.js'; export { buildRagged, eulerCharacteristic, fVector, raggedCount, raggedItem, type FaceLattice, type FaceLayer, type RaggedIndexBuffer } from './face-lattice.js'; export { tetrahedralizeLattice, type Tetrahedralization } from './tetrahedralize-lattice.js'; export { compileFaceLattice, type CompiledPolytope } from './compile-lattice.js'; //# sourceMappingURL=index.d.ts.map