The Parametric Pseudo-Manifold (PPS) Library 1.0
|
Definition of the class Halfedge, which represents a half-edge from a triangle surface mesh represented by the DCEL data structure. More...
Go to the source code of this file.
Classes | |
class | dcel::Halfedge< VAttrib, FAttrib, EAttrib, HAttrib > |
This class represents a half-edge (i.e., an oriented line segment) from a triangle surface mesh represented by the DCEL data structure. More... | |
Namespaces | |
namespace | dcel |
The namespace dcel contains the definition and implementation of all classes of the Doubly Connected Edge List (DCEL) data structure, which can be used to represent surface meshes with empty boundary. |
Definition of the class Halfedge, which represents a half-edge from a triangle surface mesh represented by the DCEL data structure.
Definition in file halfedge.h.