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 union operation #544

Closed
wants to merge 11 commits into from
Closed

Implement union operation #544

wants to merge 11 commits into from

Conversation

hannobraun
Copy link
Owner

My work-in-progress code towards addressing #42. I expect to land most of the required functionality in small increments, and will keep rebasing this pull request until all the pieces are in place.

The `Deref` seems more closely associated with the type than a `From`
implementation for another type, so it makes sense to put the `impl`
block for the `Deref` closer to the type.
Screenshot is missing.
@hannobraun
Copy link
Owner Author

This pull request is terribly out of date, and recent work has focused on implementing more of the intersection testing primitives required for implementing the union operation. I'm going to close this. I'll open a new PR, once enough of the intersection testing work has been finished, and I can work on the main algorithm again.

@hannobraun hannobraun closed this Sep 5, 2022
@hannobraun hannobraun deleted the union branch September 5, 2022 11:25
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.

1 participant