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

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

Definition

Operations

A model of this concept must provide:

bool operator() (AosTraits::Point &point) const
 determines whether the point p lies on the horizontal identification curve.
 
bool operator() (AosTraits::const X_monotone_curve_2 &cv) const
 determines whether the curve cv lies on the horizontal identification curve.
 

Member Function Documentation

◆ operator()() [1/2]

bool AosTraits::IsOnYIdentification_2::operator() ( AosTraits::const X_monotone_curve_2 &  cv) const

determines whether the curve cv lies on the horizontal identification curve.

◆ operator()() [2/2]

bool AosTraits::IsOnYIdentification_2::operator() ( AosTraits::Point &  point) const

determines whether the point p lies on the horizontal identification curve.