|
Graphite Version 3
An experimental 3D geometry processing program
|
A Corner corresponds to a vertex seen from a triangle. More...
#include <geogram/voronoi/generic_RVD_cell.h>
Public Member Functions | |
| Corner () | |
| Creates an uninitialized Corner. | |
| Corner (index_t t_in, index_t v_in) | |
| Creates a Corner from a triangle index and local vertex index. | |
| bool | operator== (const Corner &rhs) const |
| Compares two corners. | |
| bool | operator!= (const Corner &rhs) const |
| Compares two corners. | |
Public Attributes | |
| index_t | t |
| index_t | v |
A Corner corresponds to a vertex seen from a triangle.
Corner has helper functions that facilitate traversing the vertices of a facet in dual form.
Definition at line 638 of file generic_RVD_cell.h.
|
inline |
Creates an uninitialized Corner.
Definition at line 643 of file generic_RVD_cell.h.
|
inline |
Creates a Corner from a triangle index and local vertex index.
| [in] | t_in | index of the triangle |
| [in] | v_in | local index (0,1 or 2) in triangle t_in. |
Definition at line 654 of file generic_RVD_cell.h.
Compares two corners.
| [in] | rhs | the right hand side |
| true | if this Corner and rhs correspond to different triangles or different vertices |
| false | otherwise |
Definition at line 677 of file generic_RVD_cell.h.
Compares two corners.
| [in] | rhs | the right hand side |
| true | if this Corner and rhs correspond to the same triangle and the same vertex |
| false | otherwise |
Definition at line 666 of file generic_RVD_cell.h.
| index_t GEOGen::ConvexCell::Corner::t |
Definition at line 681 of file generic_RVD_cell.h.
| index_t GEOGen::ConvexCell::Corner::v |
Definition at line 682 of file generic_RVD_cell.h.