[1.2.0][Use `master` instead of releases] Conforming triangulation, bug fixes, and more.
If possible please use latest master
instead of releases.
Releases can be outdated and can lag significantly behind the main branch.
What's Changed
- #54 Add function to API that extracts all edges of given triangles by @artem-ogre in #55
- #57 Make Delaunay triangulation example obvious by @artem-ogre in #58
- Add missing CDT_INLINE_IF_HEADER_ONLY to CalculateTriangleDepths by @kalleakerblom in #60
- Replace use of std::random_shuffle with std::shuffle by @kalleakerblom in #59
- Fix isFlipNeeded by @Islam0mar in #67
- Ensure deterministic random by @artem-ogre in #61
- Fix/export definitions by @egladil86 in #72
- fix cdt_export.h location on install by @egladil86 in #71
- #79 Fix KDTree to handle zero-size bounding box by @artem-ogre in #80
- #78 Fix includes for extras by @artem-ogre in #81
- Feature/conform to edges by @artem-ogre in #87
- Add tests by @artem-ogre in #89
- Add ground truth tests helpers and add a test by @artem-ogre in #90
- Make ground truth tests data driven, fix topology neighbor indices by @artem-ogre in #91
- Extend ground truth tests by @artem-ogre in #92
- #84 improve erase xxx perf by @artem-ogre in #93
- #100 Fix bug in predicates by @artem-ogre in #101
- 86 avoid stack overflow by @artem-ogre in #102
New Contributors
- @kalleakerblom made their first contribution in #60
- @Islam0mar made their first contribution in #67
- @egladil86 made their first contribution in #72
Full Changelog: 1.1.2...1.2