servo / euclid

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

Add `map()` and `zip()` to point and vector types. #509

Closed kpreid closed 9 months ago

kpreid commented 9 months ago

These methods may be used to conveniently perform component-wise operations that aren't already provided as other methods.