CGAL 6.1 - 2D Arrangements
|
#include <Concepts/AosTraits--Equal_2.h>
AdaptableBinaryFunction
AosBasicTraits_2::Equal_2
Operations | |
A model of this concept must provide: | |
bool | operator() (AosTraits::Point_2 p1, AosTraits::Point_2 p2) |
determines whether p1 and p2 are geometrically equivalent. | |
bool | operator() (AosTraits::X_monotone_curve_2 xc1, AosTraits::X_monotone_curve_2 xc2) |
determines whether xc1 and xc2 are geometrically equivalent (have the same graph). | |
bool AosTraits::Equal_2::operator() | ( | AosTraits::Point_2 | p1, |
AosTraits::Point_2 | p2 | ||
) |
determines whether p1
and p2
are geometrically equivalent.
bool AosTraits::Equal_2::operator() | ( | AosTraits::X_monotone_curve_2 | xc1, |
AosTraits::X_monotone_curve_2 | xc2 | ||
) |
determines whether xc1
and xc2
are geometrically equivalent (have the same graph).