Skip to content

How to perform an edge flip #197

Answered by BrunoLevy
Alan-Leo-Wong asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, there is no function to perform an edge flip in geogram, but you can easily implement it, by using mesh.facet_corners.set_vertex() and mesh.facet_corners.set_opposite_facet(). In the end it will be very similar to
this code in the constrained 2D triangulation but beware the indexing is different.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Alan-Leo-Wong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants