|
Graphite Version 3
An experimental 3D geometry processing program
|
Functions to modify a mesh locally. More...
Go to the source code of this file.
Namespaces | |
| namespace | 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. | |
| void | GEO::unglue_edges (Mesh &M, index_t f1, index_t c1) |
| Unglues an edge from its opposite edge. | |
Functions to modify a mesh locally.
Definition in file mesh_local_operations.h.