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 intersection and From trait on Rect #1337

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mfbehrens
Copy link

  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

Fix #1323

Copy link
Member

@michaelkirk michaelkirk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @mfbehrens - I don't recognize your handle, so welcome to georust!

Especially since you're new, I'd recommend starting with a discussion or issue before opening PRs.

If you're not already there, consider joining us in discord: https://discord.gg/Fp2aape

As for this PR, I think this behavior is likely to be useful to geo users, but based on how these libraries are organized, this functionality would be a better fit in geo, not geo-types, and it should be based on a trait, so that it could potentially implemented on other geometric primitives (triangle, polygon, etc.) as well.

@michaelkirk
Copy link
Member

michaelkirk commented Mar 29, 2025

🤦 I see you did open an issue (#1323), and I never responded. Sorry.

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.

Union/Intersection for Rect
2 participants