CGAL 6.1 - 2D Arrangements
|
#include <Concepts/AosTraits--IsOnYIdentification_2.h>
AdaptableUnaryFunction
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. | |
bool AosTraits::IsOnYIdentification_2::operator() | ( | AosTraits::const X_monotone_curve_2 & | cv | ) | const |
determines whether the curve cv
lies on the horizontal identification curve.
bool AosTraits::IsOnYIdentification_2::operator() | ( | AosTraits::Point & | point | ) | const |
determines whether the point p
lies on the horizontal identification curve.