Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::AndrewMonotonicChainConvexHull::LexicographicCmp Struct Reference

Lexicographical comparison for points (x primary, y secondary). More...

Public Member Functions

bool operator() (const Point &p1, const Point &p2) const
 

Detailed Description

Lexicographical comparison for points (x primary, y secondary).

Definition at line 4746 of file geom_algorithms.H.

Member Function Documentation

◆ operator()()

bool Aleph::AndrewMonotonicChainConvexHull::LexicographicCmp::operator() ( const Point p1,
const Point p2 
) const
inline

Definition at line 4748 of file geom_algorithms.H.

References Aleph::Point::get_x(), and Aleph::Point::get_y().


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