mirror of https://github.com/CGAL/cgal
Curve_2 -> Curve_analysis_2
This commit is contained in:
parent
292cae8670
commit
e17b51103f
|
|
@ -108,7 +108,7 @@ public:
|
|||
//! constructs points at x
|
||||
Point_2 operator()(
|
||||
const typename Point_2::X_coordinate_1& x,
|
||||
const typename Point_2::Curve_2& c, int arcno,
|
||||
const typename Point_2::Curve_analysis_2& c, int arcno,
|
||||
const Arc_2& arc) {
|
||||
CGAL_assertion(c.id() == arc.curve().id());
|
||||
CGAL_assertion(arcno == arc.arcno(x));
|
||||
|
|
|
|||
Loading…
Reference in New Issue