Overloading intersection and do_intersect now work by introducing a better match for every possible function

This commit is contained in:
Philipp Möller
2011-11-18 14:14:41 +00:00
parent 91d59f8478
commit ee09ef2297
48 changed files with 460 additions and 160 deletions
@@ -1,5 +1,6 @@
// 2D intersection tests.
#include <CGAL/Intersection_traits_2.h>
#include <CGAL/Object.h>
#include <CGAL/Line_2.h>
#include <CGAL/Point_2.h>