package.index.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robust-predicates Show documentation
Show all versions of robust-predicates Show documentation
Fast robust predicates for computational geometry
The newest version!
export {orient2d, orient2dfast} from './esm/orient2d.js';
export {orient3d, orient3dfast} from './esm/orient3d.js';
export {incircle, incirclefast} from './esm/incircle.js';
export {insphere, inspherefast} from './esm/insphere.js';