#include <Concepts/PolyhedronItems_3.h>
The PolyhedronItems_3::Vertex
concept refines the HalfedgeDSItems::Vertex
concept. This concept adds the requirement for the support of the geometry.
- Refines:
HalfedgeDSItems::Vertex
◆ Point
point type stored in vertices.
A HalfedgeDS has no dimension, so this type is named Point
and not Point_3
◆ Supports_vertex_point
◆ Vertex() [1/2]
PolyhedronItems_3::Vertex::Vertex |
( |
| ) |
|
◆ Vertex() [2/2]
PolyhedronItems_3::Vertex::Vertex |
( |
Point |
| ) |
|
Constructor from a point.
◆ point() [1/2]
Point& PolyhedronItems_3::Vertex::point |
( |
| ) |
|
◆ point() [2/2]
const Point& PolyhedronItems_3::Vertex::point |
( |
| ) |
const |