feat(AABBTree): generic intersection search method#1154
Conversation
|
The main purpose is to allow searching intersections against a geometric object, beyond those natively supported by OpenGeode (segment, ray, triangle...). That would be a planar rectangle or polygon living in a 3D space in my case. The new method could also be used to factorize some code in the AABBTree implementation ( |
|
I forgot about it.. Can you implement a unit test? |
|
I can implement a dedicated unit test. I can also re-implement |
|
@BotellaA Now the existing queries following the pattern "compute intersection external object vs tree" are implemented using the generic one. The generic query is covered by the tests of the existing queries. |
a1a90e6
into
Geode-solutions:generic-search-in-aabbtree
|
🎉 This PR is included in version 15.22.0-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 15.22.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.