UNPKG

gis-tools-ts

Version:

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.

7 lines 305 B
// port of https://github.com/mourner/robust-predicates // which is a port of: https://www.cs.cmu.edu/afs/cs/project/quake/public/code/predicates.c export * from './incircle.js'; export * from './insphere.js'; export * from './orient2d.js'; export * from './orient3d.js'; //# sourceMappingURL=index.js.map