#include <Arr_conic_traits_2.h>
List of all members.
template<class Rat_kernel_, class Alg_kernel_, class Nt_traits_>
class Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Compare_xy_2
Member Function Documentation
template<class Rat_kernel_ , class Alg_kernel_ , class Nt_traits_ >
Compares two points lexigoraphically: by x, then by y.
- Parameters:
-
p1 | The first point. |
p2 | The second point. |
- Returns:
- LARGER if x(p1) > x(p2), or if x(p1) = x(p2) and y(p1) > y(p2); SMALLER if x(p1) < x(p2), or if x(p1) = x(p2) and y(p1) < y(p2); EQUAL if the two points are equal.
The documentation for this class was generated from the following file: