yjh0502 / rust-s2

S2 geometry library in Rust
Apache License 2.0
77 stars 20 forks source link

Implement `Rect::interior_intersects` and `Rect::eq` #32

Closed brawer closed 1 year ago

brawer commented 1 year ago

Unit tests for interval operations are ported from C++, which appears to have a more extensive test suite than the Go port.