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