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
Vector: group PartialOrd trait impls together - thus the documentation looks more organic More... over 5 years ago
Vector: move trait bounds - thus the documentation looks more organic More... over 5 years ago
Vector: add missing documentation More... over 5 years ago
Vector: merge abs() into another impl blocks More... over 5 years ago
Vector: merge dot() and cross() into another impl blocks More... over 5 years ago
Vector: merge angle_to() into another impl blocks More... over 5 years ago
Vector: move angle_from_x_axis() into Copy impl block More... over 5 years ago
Vector: move to_3d() into Copy impl block More... over 5 years ago
Vector: move length(), normalize() and robust_normalize() into Float impl block More... over 5 years ago
Vector: simplify trait bounds: Float already assumes all other used traits More... over 5 years ago
Transform: reorder and group impl blocks with creating and applying transformations methods More... over 5 years ago
Transform: relax bounds for approx_eq() and approx_eq_eps() More... over 5 years ago
Transform: relax bounds for create_perspective() and create_skew() More... over 5 years ago
Transform: move Copy impl block just after main impl block More... over 5 years ago
Transform: relax bounds for transformation creations methods More... over 5 years ago
Transform: relax bounds for identity() methods More... over 5 years ago
Transform: relax bounds for create transformations and apply transformations methods More... over 5 years ago
Transform: relax bounds for Transform3D::row_major_2d() and Transform2D::to_3d() More... over 5 years ago
Scale: add tests for `scale * (scale^-1) == 1` More... over 5 years ago
Auto merge of #414 - nical:side-offsets-vectors, r=kvark More... over 5 years ago
Version 0.20.7. More... over 5 years ago
Consolidate the doc around confusing side offset constructor. More... over 5 years ago
Add SideOffsets2D::from_vectors_inner and from_vectors_outer. More... over 5 years ago
Auto merge of #409 - Mingun:provide-approx_eq, r=nical More... over 5 years ago
Auto merge of #411 - Mingun:point, r=nical More... over 5 years ago
Transform: relax bounds for transform methods More... over 5 years ago
Transform: relax bounds for 2D transform related functions More... over 5 years ago
Transform: relax bounds for some unit conversion methods More... over 5 years ago
Translation: implement *Assign counterparts for operators More... over 5 years ago
Translation: do not restrict operators only to the same type, as wrapped and add tests for operations More... over 5 years ago