0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version 0.20.11. More... over 5 years ago
Implement Angle::lerp. More... over 5 years ago
Auto merge of #431 - kyren:master, r=nical More... over 5 years ago
Add `Vector2D::try_normalize` and `Vector3D::try_normalize`. More... over 5 years ago
Auto merge of #430 - Mingun:box, r=nical More... over 5 years ago
BBs: use Clone bounds for operators for symmetry with other structs: Points and Vectors More... over 5 years ago
BBs: implement *Assign counterparts for operators More... over 5 years ago
BBs: do not restrict operators only to the same type, as wrapped More... over 5 years ago
BBs: merge impl blocks with identical bounds More... over 5 years ago
BBs: reuse some methods in NonEmpty implementation More... over 5 years ago
Box2D: add comment from https://github.com/servo/euclid/issues/177 to documentation More... over 5 years ago
Rect: remove yet more unnecessary bounds More... over 5 years ago
Rect: reuse some Box2D routines in Rect implementation More... over 5 years ago
BBs: merge NumCast + Copy impl blocks like in other files More... over 5 years ago
Replace all `Into` impls with `From` impls More... over 5 years ago
Auto merge of #427 - Mingun:transform, r=nical More... over 5 years ago
Auto merge of #428 - hannobraun:distance-to, r=nical More... over 5 years ago
Implement `distance_to` method for points More... over 5 years ago
Auto merge of #426 - hannobraun:rust-2018, r=nical More... over 5 years ago
Remove test-only re-export of `std` as `core` More... over 5 years ago
Don't re-export `core` from crate root More... over 5 years ago
Remove the explicit `extern crate`s More... over 5 years ago
Import Serde macros explicitly More... over 5 years ago
Update to 2018 edition More... over 5 years ago
Make code compatible with Rust 2018 edition More... over 5 years ago
Auto merge of #425 - Mingun:rotation, r=nical More... over 5 years ago
Auto merge of #423 - Mingun:translation, r=nical More... over 5 years ago
Rotation: simplify trait bounds: Float already assumes all other used traits More... over 5 years ago
Rotation: relax type bounds for unit conversion methods and for identity() methods More... over 5 years ago
Rotation: finish documentation More... over 5 years ago