Namespace BRIDGES.DataStructures.PolyhedralMeshes.Abstract
Classes
Edge<TPosition, TVertex, TEdge, TFace>
Abstract class for an edge in a polyhedral mesh data structure.
Face<TPosition, TVertex, TEdge, TFace>
Abstract class for a face in a polyhedral mesh data structure.
Mesh<TPosition, TVertex, TEdge, TFace>
Abstract class for a polyhedral mesh data structure.
Vertex<TPosition, TVertex, TEdge, TFace>
Abstract class for a vertex in a polyhedral mesh data structure.