A Corner corresponds to a vertex seen from a triangle.  
 More...
#include <geogram/voronoi/generic_RVD_cell.h>
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.
◆ Corner() [1/2]
  
  | 
        
          | GEOGen::ConvexCell::Corner::Corner | ( |  | ) |  |  | inline | 
 
 
◆ Corner() [2/2]
  
  | 
        
          | GEOGen::ConvexCell::Corner::Corner | ( | index_t | t_in, |  
          |  |  | index_t | v_in |  
          |  | ) |  |  |  | inline | 
 
Creates a Corner from a triangle index and local vertex index. 
- Parameters
- 
  
    | [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.
 
 
◆ operator!=()
  
  | 
        
          | bool GEOGen::ConvexCell::Corner::operator!= | ( | const Corner & | rhs | ) | const |  | inline | 
 
Compares two corners. 
- Parameters
- 
  
    | [in] | rhs | the right hand side |  
 
- Return values
- 
  
    | true | if this Corner and rhscorrespond to different triangles or different vertices |  | false | otherwise |  
 
Definition at line 677 of file generic_RVD_cell.h.
 
 
◆ operator==()
  
  | 
        
          | bool GEOGen::ConvexCell::Corner::operator== | ( | const Corner & | rhs | ) | const |  | inline | 
 
Compares two corners. 
- Parameters
- 
  
    | [in] | rhs | the right hand side |  
 
- Return values
- 
  
    | true | if this Corner and rhscorrespond 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 | 
      
 
 
      
        
          | index_t GEOGen::ConvexCell::Corner::v | 
      
 
 
The documentation for this class was generated from the following file: