A point in space.
More...
#include <brep-vertex.hpp>
|
constexpr std::size_t | index () const noexcept |
| Returns the index of this vertex in the mesh vertex array. More...
|
|
constexpr const brep_vertex_edge_list & | edges () const noexcept |
| Returns the list of edges bounded by this vertex. More...
|
|
A point in space.
Definition at line 241 of file brep-vertex.hpp.
◆ edges()
Returns the list of edges bounded by this vertex.
Definition at line 260 of file brep-vertex.hpp.
◆ index()
constexpr std::size_t geom::brep_vertex::index |
( |
| ) |
const |
|
inlineconstexprnoexcept |
Returns the index of this vertex in the mesh vertex array.
- Warning
- This index may change if any vertices are removed from the mesh.
Definition at line 254 of file brep-vertex.hpp.
◆ brep_edge_container
◆ brep_element_container< brep_vertex >
◆ brep_mesh
◆ brep_vertex_container
The documentation for this class was generated from the following file: