Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Intersects<Bbox<T>> for Polygon #76

Merged
merged 3 commits into from
Oct 16, 2016

Conversation

mbattifarano
Copy link
Member

#70

Uses Intersects<Polygon<T>> for Polygon to do the work.

Also implements Intersects<Polygon<T>> for Bbox

Uses `Intersects<Polygon<T>> for Polygon` to do the work.

Also implements `Intersects<Polygon<T>> for Bbox`
@frewsxcv
Copy link
Member

Thanks!

@frewsxcv frewsxcv merged commit c59ac3c into georust:master Oct 16, 2016
@mbattifarano mbattifarano deleted the intersects-polygon-bbox branch October 17, 2016 02:17
nyurik added a commit to nyurik/geo that referenced this pull request Mar 19, 2022
76: Use geo_types macros to future proof r=michaelkirk a=nyurik

Use `coord!` macro instead of `geo_types::Coordinate<T> { x, y }`. Doing this makes coordinate creation consistent, and allows more flexibility in the geo_types repo to introduce object changes.

- [ ] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md).
- [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
---



Co-authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants