Skip to content

duplicateNonManifoldVertices improvements#6353

Merged
Fedr merged 4 commits into
masterfrom
fix/duplicateNonManifoldVertices
Jul 1, 2026
Merged

duplicateNonManifoldVertices improvements#6353
Fedr merged 4 commits into
masterfrom
fix/duplicateNonManifoldVertices

Conversation

@Fedr

@Fedr Fedr commented Jul 1, 2026

Copy link
Copy Markdown
Contributor
  • the number of connected components and duplicated vertices is reduced slightly on average because getNextIncidentVertex() tries not returning in the previous vertex,
  • the performance is slightly faster because of getFirstVertex() optimization for getNextIncidentVertex(),
  • IncidentVert now defines full ordering, so there is no dependency on sort algorithm implementation,
  • test added

@Fedr Fedr merged commit 6bb91a3 into master Jul 1, 2026
42 checks passed
@Fedr Fedr deleted the fix/duplicateNonManifoldVertices branch July 1, 2026 20:32
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.

2 participants