Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Functions to modify a mesh locally. More...
Go to the source code of this file.
Namespaces | |
GEO | |
Global Vorpaline namespace. | |
Functions | |
void | GEO::glue_edges (Mesh &M, index_t f1, index_t c1, index_t f2, index_t c2) |
Glues two edges on the border of a surface mesh. More... | |
void | GEO::unglue_edges (Mesh &M, index_t f1, index_t c1) |
Unglues an edge from its opposite edge. More... | |
Functions to modify a mesh locally.
Definition in file mesh_local_operations.h.