mirror of https://github.com/CGAL/cgal
It seems it was never tested, and never worked. PR #2792 introduced a compilation error in cgal-swig-bindings, by the addition of `do_intersect(Point_2,Circle_2)` and `intersection(Point_2,Circle_2)`: > /usr/include/CGAL/Kernel/function_objects.h:2954:63: error: call of overloaded ‘do_intersect(const CGAL::Point_2<CGAL::Simple_cartesian<CGAL::Interval_nt<false> > >&, const CGAL::Point_2<CGAL::Simple_cartesian<CGAL::Interval_nt<false> > >&, CGAL::Simple_cartesian<CGAL::Interval_nt<false> >)’ is ambiguous > { return Intersections::internal::do_intersect(t1, t2, K()); } > ^ https://travis-ci.org/CGAL/cgal-swig-bindings/jobs/509442278#L4727 |
||
|---|---|---|
| .. | ||
| internal | ||
| Bbox_2_Circle_2.h | ||
| Bbox_2_Line_2.h | ||
| Bbox_2_Point_2.h | ||
| Bbox_2_Ray_2.h | ||
| Circle_2_Circle_2.h | ||
| Circle_2_Iso_rectangle_2.h | ||
| Circle_2_Line_2.h | ||
| Circle_2_Point_2.h | ||
| Iso_rectangle_2_Iso_rectangle_2.h | ||
| Iso_rectangle_2_Line_2.h | ||
| Iso_rectangle_2_Point_2.h | ||
| Iso_rectangle_2_Ray_2.h | ||
| Iso_rectangle_2_Segment_2.h | ||
| Iso_rectangle_2_Triangle_2.h | ||
| Line_2_Line_2.h | ||
| Line_2_Point_2.h | ||
| Line_2_Ray_2.h | ||
| Line_2_Segment_2.h | ||
| Line_2_Triangle_2.h | ||
| Point_2_Point_2.h | ||
| Point_2_Ray_2.h | ||
| Point_2_Segment_2.h | ||
| Point_2_Triangle_2.h | ||
| Ray_2_Ray_2.h | ||
| Ray_2_Segment_2.h | ||
| Ray_2_Triangle_2.h | ||
| Segment_2_Segment_2.h | ||
| Segment_2_Triangle_2.h | ||
| Triangle_2_Triangle_2.h | ||