CGAL 6.1 - 2D Arrangements
Loading...
Searching...
No Matches
AosTraits::Equal_2 Class Reference

#include <Concepts/AosTraits--Equal_2.h>

Definition

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).
 

Member Function Documentation

◆ operator()() [1/2]

bool AosTraits::Equal_2::operator() ( AosTraits::Point_2  p1,
AosTraits::Point_2  p2 
)

determines whether p1 and p2 are geometrically equivalent.

◆ operator()() [2/2]

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).