Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
An edge of the mesh. More...
#include <geogram/mesh/mesh_surface_intersection_internal.h>
Public Member Functions | |
Edge (index_t v1_in=index_t(-1), index_t v2_in=index_t(-1), index_t f2=index_t(-1), TriangleRegion R2=T2_RGN_T) | |
Public Attributes | |
index_t | v1 |
index_t | v2 |
struct { | |
index_t f2 | |
TriangleRegion R2 | |
} | sym |
An edge of the mesh.
It represents the constraints to be used by the constrained triangulation to remesh the facet. Makes a maximum use of the combinatorial information to reduce the complexity (degree) of the constructed coordinates as much as possible.
Definition at line 84 of file mesh_surface_intersection_internal.h.