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

Move Curve reference from Vertex to HalfEdge #1522

Merged
merged 9 commits into from
Jan 18, 2023
Merged

Move Curve reference from Vertex to HalfEdge #1522

merged 9 commits into from
Jan 18, 2023

Conversation

hannobraun
Copy link
Owner

Build on #1521 to further simplify the object graph.

This is another step towards making the object graph simpler. This hasn't changed from the previous pull request. Quoting myself:

I have more ideas for simplifications in that part of the object graph, but at this point it's unclear how directly applicable those are, or whether other foundational cleanups are required first.

This is preparation for completely moving the `Curve` reference from
`Vertex` to `HalfEdge`.
This follows the corresponding change in `HalfEdge`.
This is preparation for completely moving the `Curve` reference from
`Vertex` to `HalfEdge`.
This is preparation for completely moving the `Curve` reference from
`Vertex` to `HalfEdge`.
@hannobraun hannobraun enabled auto-merge January 18, 2023 15:50
This simplifies the object graph, making it less redundant, even making
it possible to remove a now superfluous validation check.
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