-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Region3 class #390
Add Region3 class #390
Conversation
Signed-off-by: Michel Hidalgo <[email protected]>
@chapulina PTAL! |
Codecov Report
@@ Coverage Diff @@
## main #390 +/- ##
=======================================
Coverage 99.72% 99.72%
=======================================
Files 66 67 +1
Lines 6189 6219 +30
=======================================
+ Hits 6172 6202 +30
Misses 17 17
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The general idea looks good to me. I have minor comments about documentation and notation, and the only blocker at the moment is CI.
- Avoid chaining global references - Drop visibility attributes - Update docblock Signed-off-by: Michel Hidalgo <[email protected]>
b36e834
to
d7c74a5
Compare
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
🎉 New feature
Summary
Split from #387. This PR introduces a Region3 class to represent regions in R^3 space. To do this, it builds on top of the Interval class introduced by #388.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.