servo / euclid

Geometry primitives (basic linear algebra) for Rust
Other
459 stars 102 forks source link

Add `Debug` and `ApproxEq` impls for Rotation2D #527

Closed staticintlucas closed 4 months ago

staticintlucas commented 4 months ago

Add missing Debug and ApproxEq impls for Rotation2D

Fixes #525