cgal/AABB_tree/include/CGAL/AABB_intersections.h

12 lines
477 B
C

// PA: this file will move later to the kernel folder
#include <CGAL/Ray_3_Bbox_3_do_intersect.h>
#include <CGAL/Bbox_3_Bbox_3_do_intersect.h>
#include <CGAL/Segment_3_Bbox_3_do_intersect.h>
#include <CGAL/Plane_3_Bbox_3_do_intersect.h>
#include <CGAL/Triangle_3_Bbox_3_do_intersect.h>
#include <CGAL/Line_3_Bbox_3_do_intersect.h>
#include <CGAL/Sphere_3_Bbox_do_intersect.h>
#include <CGAL/Triangle_3_segment_3_intersection.h>
#include <CGAL/Triangle_3_ray_3_intersection.h>