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

Add PartialHalfEdge::start_position #1636

Merged
merged 10 commits into from
Mar 1, 2023
Merged

Add PartialHalfEdge::start_position #1636

merged 10 commits into from
Mar 1, 2023

Conversation

hannobraun
Copy link
Owner

Add PartialHalfEdge::start_position and update some code to use this method instead of PartialHalfEdge's start_vertex field. The goal is to eventually compute the position using the curve, so PartialSurfaceVertex's position field can be removed. So far, this isn't possible, as lots of code relies on the surface position being set during object construction. I'm currently thinking about how to address this.

This is another step towards addressing #1634

@hannobraun hannobraun merged commit 5fcb7a1 into main Mar 1, 2023
@hannobraun hannobraun deleted the vertex branch March 1, 2023 13:41
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