mirror of https://github.com/CGAL/cgal
15 lines
531 B
C
15 lines
531 B
C
#ifndef CGAL_KERNEL_D_CARTESIAN_COMPLETE_H
|
|
#define CGAL_KERNEL_D_CARTESIAN_COMPLETE_H
|
|
|
|
#include <CGAL/Kernel_d/function_objects_cartesian.h>
|
|
#include <CGAL/Kernel_d/Cartesian_per_dimension.h>
|
|
#include <CGAL/Kernel_d/Types/Segment.h>
|
|
#include <CGAL/Kernel_d/Types/Sphere.h>
|
|
#include <CGAL/Kernel_d/Types/Hyperplane.h>
|
|
#include <CGAL/Kernel_d/Types/Aff_transformation.h>
|
|
#include <CGAL/Kernel_d/Types/Line.h>
|
|
#include <CGAL/Kernel_d/Types/Ray.h>
|
|
#include <CGAL/Kernel_d/Types/Iso_box.h>
|
|
|
|
#endif // CGAL_KERNEL_D_CARTESIAN_COMPLETE_H
|