georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.48k stars 191 forks source link

Add docs to clarify writing Intersection Matrix functions #1135

Closed urschrei closed 6 months ago

urschrei commented 6 months ago

Following on from discussion in https://github.com/georust/geo/pull/1133/files/c1a57d18ccc4d03a00d71fb1c0bd079be1cdb806..f8aab2d44143c2cd96023876c0399b94465680a5 this PR adds documentation and examples with the aim of making writing and/or modifying spatial predicate functions easier for our future selves / new contributors.

This PR should be rebased once #1133 merges