-
Notifications
You must be signed in to change notification settings - Fork 31
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
feat: add constructors for VectorObject3D
and MomentumObject3D
#231
feat: add constructors for VectorObject3D
and MomentumObject3D
#231
Conversation
Codecov ReportBase: 81.08% // Head: 81.07% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #231 +/- ##
==========================================
- Coverage 81.08% 81.07% -0.02%
==========================================
Files 96 96
Lines 10672 10777 +105
==========================================
+ Hits 8653 8737 +84
- Misses 2019 2040 +21
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
VectorObject3D
VectorObject3D
and MomentumObject3D
75c1e9b
to
84182e8
Compare
4ccf961
to
d8e44b4
Compare
…nsh/3D-object-constructors
I missed that this was ready... |
Thanks! Updated #232 with the changes, should be ready to review as well! |
The branches for
VectorObject3D
and VectorObject4D` were going stale on my fork. I have decided to keep them open as draft PRs and mark them ready for review once #89 is merged. This way, I can periodically check on them and keep them synced with the latest changes.