UNPKG

gis-tools-ts

Version:

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

7 lines 293 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'; export * from './insphere'; export * from './orient2d'; export * from './orient3d'; //# sourceMappingURL=index.js.map