mirror of https://github.com/CGAL/cgal
17 lines
599 B
C
17 lines
599 B
C
// TODO: move later to the kernel folder
|
|
|
|
#include <CGAL/intersections.h>
|
|
|
|
#include <CGAL/Bbox_3_ray_3_do_intersect.h>
|
|
#include <CGAL/Bbox_3_line_3_do_intersect.h>
|
|
#include <CGAL/Bbox_3_bbox_3_do_intersect.h>
|
|
#include <CGAL/Bbox_3_plane_3_do_intersect.h>
|
|
#include <CGAL/Bbox_3_sphere_3_do_intersect.h>
|
|
#include <CGAL/Bbox_3_segment_3_do_intersect.h>
|
|
#include <CGAL/Bbox_3_triangle_3_do_intersect.h>
|
|
|
|
#include <CGAL/Triangle_3_ray_3_intersection.h>
|
|
#include <CGAL/Triangle_3_line_3_intersection.h>
|
|
#include <CGAL/Triangle_3_plane_3_intersection.h>
|
|
#include <CGAL/Triangle_3_segment_3_intersection.h>
|