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

Union/Intersection for Rect #1323

Open
mfbehrens opened this issue Mar 7, 2025 · 1 comment
Open

Union/Intersection for Rect #1323

mfbehrens opened this issue Mar 7, 2025 · 1 comment

Comments

@mfbehrens
Copy link

Currently, Rect has no union or intersection implementation.

@urschrei
Copy link
Member

urschrei commented Mar 9, 2025

For now, you can access these methods by converting to a Polygon first using your_rect.to_polygon()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants