Loading [MathJax]/extensions/TeX/AMSmath.js
CGAL 5.4 - 2D Arrangements
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
ArrTraits::IsOnXIdentification_2 Concept Reference

Definition

Operations

A model of this concept must provide:

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