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 HalfEdge::start_vertex, start using it #1535

Merged
merged 6 commits into from
Jan 24, 2023
Merged

Add HalfEdge::start_vertex, start using it #1535

merged 6 commits into from
Jan 24, 2023

Conversation

hannobraun
Copy link
Owner

This is another step towards #1525. Specifically, it's a partial step towards the next open item in that issue, only referencing a single SurfaceVertex per HalfEdge.

Since the intersection result concerns a face, we don't need `HalfEdge`-
specific information in there.
Since the intersection result concerns a face, we don't need `HalfEdge`-
specific information in there.
The plan is to eventually make this the only way of accessing
`SurfaceVertex` instances through `HalfEdge`, which would remove the
redundancy between neighboring `HalfEdge`s.
I plan to remove that method as soon as possible. This commit covers
some easy cases, that didn't really need access to both vertices in the
first place.
@hannobraun hannobraun merged commit 122a6f8 into main Jan 24, 2023
@hannobraun hannobraun deleted the edge branch January 24, 2023 15:51
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