mirror of https://github.com/CGAL/cgal
19 lines
661 B
C
19 lines
661 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>
|
|
|
|
#include <CGAL/Point_3_triangle_3_point_3_nearest_point_3.h>
|