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

Comparator class for vec3HE \detail Used to create maps indexed by vec3HE. More...

#include <geogram/numerics/exact_geometry.h>

Public Member Functions

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

Detailed Description

Comparator class for vec3HE \detail Used to create maps indexed by vec3HE.

Definition at line 301 of file exact_geometry.h.

Member Function Documentation

◆ operator()()

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

Compares two vec3HE.

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

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