Geogram Version 1.8.5
A programming library of geometric algorithms
Loading...
Searching...
No Matches
GEO::vec3HEProjectedLexicoCompare Class Reference

Comparator class for projected vec3HE. More...

#include <geogram/numerics/exact_geometry.h>

Public Member Functions

 vec3HEProjectedLexicoCompare (coord_index_t coord)
 
bool operator() (const vec3HE &v1, const vec3HE &v2) const
 Compares two vec3HE.
 

Public Attributes

coord_index_t u
 
coord_index_t v
 

Detailed Description

Comparator class for projected vec3HE.

Definition at line 315 of file exact_geometry.h.

Constructor & Destructor Documentation

◆ vec3HEProjectedLexicoCompare()

GEO::vec3HEProjectedLexicoCompare::vec3HEProjectedLexicoCompare ( coord_index_t  coord)
inline

Definition at line 317 of file exact_geometry.h.

Member Function Documentation

◆ operator()()

bool GEO::vec3HEProjectedLexicoCompare::operator() ( const vec3HE v1,
const vec3HE v2 
) const

Compares two vec3HE.

Return values
trueif v1 is before v2 in the lexicographic order
falseotherwise

Member Data Documentation

◆ u

coord_index_t GEO::vec3HEProjectedLexicoCompare::u

Definition at line 328 of file exact_geometry.h.

◆ v

coord_index_t GEO::vec3HEProjectedLexicoCompare::v

Definition at line 329 of file exact_geometry.h.


The documentation for this class was generated from the following file: