feat: add limit_float method to all Vector3 types, make FLT64_ZERO dy…#43
Merged
Conversation
…namically configurable - Add limit_float method to all 14 physical quantity Vector3 types - limit_float clamps absolute value of each component to threshold, preserving sign - Full test coverage for all unit variants (61 total) - Change FLT64_ZERO from const to RwLock-based get/set API - Expose get_flt64_zero/set_flt64_zero via zmatrix root re-export - Bump version to 0.2.29 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #43 +/- ##
==========================================
- Coverage 99.65% 99.65% -0.01%
==========================================
Files 45 46 +1
Lines 17264 18030 +766
==========================================
+ Hits 17205 17968 +763
- Misses 59 62 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…namically configurable