Mourner Robust Predicates Versions Save

Fast robust predicates for computational geometry in JavaScript

v3.0.2

11 months ago
  • Potentially improve orient2d performance. #7
  • 100 bytes smaller min-gzipped bundle.

v3.0.1

3 years ago

Add TypeScript types to the NPM package.

v3.0.0

3 years ago
  • Switch to native ES modules for Node, requiring v12+.
  • Add a repository field to package.json.

v2.0.4

4 years ago
  • ~10% faster orient2d.
  • ~10% smaller gzipped bundle.
  • Simplified the code a lot.

v2.0.3

4 years ago

Simplify code, reduce bundle size by ~18%.

v2.0.2

4 years ago

Fix insphere for the most difficult cases that need exact computation.

v2.0.1

4 years ago

Flip the y axis so that it's oriented from top to bottom (by modern conventions), reversing the signs of orient2d & insphere.

v1.1.0

4 years ago
  • Added orient2dfast, orient3dfast, incirclefast, inspherefast (non-robust, approximate versions of predicates)
  • Added TypeScript definitions.

v1.0.0

4 years ago

Complete the port, adding orient3d and insphere.

v0.1.0

4 years ago

Initial release with 2D predicates — orient2d and incircle.