cgal/Intersections_2/include/CGAL/Intersections_2
Laurent Rineau fc04ed7609 Fix intersection(Point_2,Point_2)
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
2019-03-22 11:28:26 +01:00
..
internal Some changes after Sebastien's review 2018-11-29 15:58:34 +01:00
Bbox_2_Circle_2.h fix warning + cosmetic changes 2018-11-02 14:17:16 +01:00
Bbox_2_Line_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Bbox_2_Point_2.h fix warning + cosmetic changes 2018-11-02 14:17:16 +01:00
Bbox_2_Ray_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Circle_2_Circle_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Circle_2_Iso_rectangle_2.h fix warning + cosmetic changes 2018-11-02 14:17:16 +01:00
Circle_2_Line_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Circle_2_Point_2.h fix warning + cosmetic changes 2018-11-02 14:17:16 +01:00
Iso_rectangle_2_Iso_rectangle_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Iso_rectangle_2_Line_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Iso_rectangle_2_Point_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Iso_rectangle_2_Ray_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Iso_rectangle_2_Segment_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Iso_rectangle_2_Triangle_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Line_2_Line_2.h fix src 2018-05-04 09:00:11 +02:00
Line_2_Point_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Line_2_Ray_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Line_2_Segment_2.h Une CGAL_assume(false) for the default 2019-02-13 15:18:32 +01:00
Line_2_Triangle_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Point_2_Point_2.h Fix intersection(Point_2,Point_2) 2019-03-22 11:28:26 +01:00
Point_2_Ray_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Point_2_Segment_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Point_2_Triangle_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Ray_2_Ray_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Ray_2_Segment_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Ray_2_Triangle_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Segment_2_Segment_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Segment_2_Triangle_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00
Triangle_2_Triangle_2.h Reorganize Intersections_2 header files 2018-05-04 09:00:10 +02:00