0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Translation: relax bounds for types in transform_* methods and inverse() method More... over 5 years ago
Translation: move identity() and is_identity() methods to main impl block and add documentation for these methods More... over 5 years ago
Length: do not restrict operators only to the same type, as wrapped More... over 5 years ago
Length: group all type impl blocks together More... over 5 years ago
Length: move lerp() to Clone impl block and add docutests More... over 5 years ago
Scale: do not restrict operators only to the same type, as wrapped More... over 5 years ago
Scale: group NumCast impl block with other type impl blocks More... over 5 years ago
Scale: move inv() into Clone impl block and relax requirements to types More... over 5 years ago
Scale: merge impl blocks without bounds More... over 5 years ago
Size: remove Copy boundary from from_untyped() method and unnecessary Copy bounds in try_cast/cast methods More... over 5 years ago
Size: implement unary minus operator for consistency More... over 5 years ago
Size: add missing tests for existing operators More... over 5 years ago
Size: move operator tests to submodule ops More... over 5 years ago
Size: replace Copy bound with Clone in operator impls More... over 5 years ago
Size: do not restrict operators only to the same type, as wrapped More... over 5 years ago
Size: reorder and group operator impls More... over 5 years ago
Size: group all type impl blocks together More... over 5 years ago
Size: merge all PartialOrd impl blocks More... over 5 years ago
Size: move lerp() and area()/volume() to main impl block More... over 5 years ago
Size: move impl `T: Copy` and impl `Copy + NumCast` blocks just after impl block More... over 5 years ago
Size: merge Zero impl block with main impl block. That creates more beatify looking documentation More... over 5 years ago
Size: use operators inside `lerp()` More... over 5 years ago
Point: add tests for existing operators More... over 5 years ago
Point: move operator tests to submodule `ops` More... over 5 years ago
Point: reorder operator tests More... over 5 years ago
Point: reorder operator implementations (split for several commits for better diffs - 2) More... over 5 years ago
Point: move impl blocks of Points itself to other such impl blocks More... over 5 years ago
Point: move impl block for PartialOrd out from between operators impl blocks More... over 5 years ago
Point: merge `to_` converter methods into main impl block More... over 5 years ago
Point: move lerp() to main impl block More... over 5 years ago