servo / euclid

Geometry primitives (basic linear algebra) for Rust
Other
462 stars 103 forks source link

Loosen bounds on `RigidTransform3D`. #510

Closed kpreid closed 9 months ago

kpreid commented 9 months ago

The derived trait implementations were requiring the Src and Dst unit types to implement traits they don't actually need to because they are phantom data.