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

Respect existing boundary when updating HalfEdge as line segment #1541

Merged
merged 4 commits into from
Jan 26, 2023

Conversation

hannobraun
Copy link
Owner

From one of the commit messages:

Previously, HalfEdgeBuilder::update_as_line_segment would always update the boundary after inferring a line segment. With this change, it respects the existing boundary, changing its inferrence of the line segment accordingly.

The previous behavior caused some trouble for me, as I'm working towards #1525.

Previously, `HalfEdgeBuilder::update_as_line_segment` would always
update the boundary after inferring a line segment. With this change, it
respects the existing boundary, changing its inferrence of the line
segment accordingly.
@hannobraun hannobraun merged commit 691e90b into main Jan 26, 2023
@hannobraun hannobraun deleted the builder branch January 26, 2023 16:13
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