Releases: mourner/robust-predicates
Releases · mourner/robust-predicates
v3.0.2
- Potentially improve
orient2d
performance. #7
- 100 bytes smaller min-gzipped bundle.
v3.0.1
Add TypeScript types to the NPM package.
v3.0.0
- Switch to native ES modules for Node, requiring v12+.
- Add a
repository
field to package.json
.
v2.0.4
- ~10% faster
orient2d
.
- ~10% smaller gzipped bundle.
- Simplified the code a lot.
v2.0.3
Simplify code, reduce bundle size by ~18%.
v2.0.2
Fix insphere
for the most difficult cases that need exact computation.
v2.0.1
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
- Added
orient2dfast
, orient3dfast
, incirclefast
, inspherefast
(non-robust, approximate versions of predicates)
- Added TypeScript definitions.
v1.0.0
Complete the port, adding orient3d
and insphere
.
v0.1.0
Initial release with 2D predicates — orient2d
and incircle
.