mirror of https://github.com/CGAL/cgal
12 lines
477 B
C
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>
|