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

Remove position fields of SurfaceVertex/PartialSurfaceVertex #1640

Merged
merged 34 commits into from
Mar 2, 2023
Merged

Conversation

hannobraun
Copy link
Owner

Build on the previous work done in #1635 to also compute the start position of PartialHalfEdge, making the position fields of SurfaceVertex/PartialSurfaceVertex completely redundant, allowing them to be removed here.

This is not only a big simplification in itself (230 lines removed, along with lots of opportunities to make mistakes), it also sets SurfaceVertex/PartialSurfaceVertex up for the ultimate simplification, i.e. complete removal.

Close #1634

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.

Compute surface position on demand instead of storing it
1 participant