Class Argos::FaceInfo
Lightweight face descriptor for public API use. More...
#include <TopologicMesh.h>
Public Attributes
| Type | Name |
|---|---|
| std::vector< EdgeInfo > | edges |
Public Functions
| Type | Name |
|---|---|
| FaceInfo (std::vector< EdgeInfo > edges) Construct a FaceInfo from a list of edges. |
Detailed Description
Reports the list of edges that form a topological face.
Public Attributes Documentation
variable edges
Edges composing the face.
Public Functions Documentation
function FaceInfo
Construct a FaceInfo from a list of edges.
Parameters:
edgesThe edges forming the face.
The documentation for this class was generated from the following file include/mesh/TopologicMesh.h