mirror of https://github.com/CGAL/cgal
Dispatch the files in Kernel_23, Cartesian, Homogeneous
This commit is contained in:
parent
4ee96e11c0
commit
c12f285ee4
|
|
@ -22,7 +22,7 @@
|
|||
#define CGAL_MIN_ELLIPSE_2_ADAPTERC2_H
|
||||
|
||||
// includes
|
||||
# include <CGAL/ConicCPA2.h>
|
||||
# include <CGAL/Cartesian/ConicCPA2.h>
|
||||
# include <CGAL/Optimisation/assertions.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#define CGAL_MIN_ELLIPSE_2_ADAPTERH2_H
|
||||
|
||||
// includes
|
||||
# include <CGAL/ConicHPA2.h>
|
||||
# include <CGAL/Homogeneous/ConicHPA2.h>
|
||||
# include <CGAL/Optimisation/assertions.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
#include <CGAL/Conic_2.h>
|
||||
#include <CGAL/Optimisation/assertions.h>
|
||||
#include <CGAL/Kernel/global_functions_2.h>
|
||||
#include <CGAL/Kernel/Conic_misc.h>
|
||||
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#include <CGAL/Cartesian/Iso_rectangle_2.h>
|
||||
#include <CGAL/Cartesian/Aff_transformation_2.h>
|
||||
#include <CGAL/Cartesian/Data_accessor_2.h>
|
||||
#include <CGAL/ConicCPA2.h>
|
||||
#include <CGAL/Cartesian/ConicCPA2.h>
|
||||
|
||||
#include <CGAL/Cartesian/predicates_on_points_2.h>
|
||||
#include <CGAL/Cartesian/predicates_on_directions_2.h>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#define CGAL_CONICCPA2_H
|
||||
|
||||
// includes
|
||||
#include <CGAL/Conic_misc.h>
|
||||
#include <CGAL/Kernel/Conic_misc.h>
|
||||
#include <CGAL/kernel_assertions.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
Utrecht University (The Netherlands),
|
||||
ETH Zurich (Switzerland),
|
||||
INRIA Sophia-Antipolis (France),
|
||||
Max-Planck-Institute Saarbruecken (Germany),
|
||||
Tel-Aviv University (Israel).
|
||||
|
|
@ -1 +0,0 @@
|
|||
This package ....
|
||||
|
|
@ -1 +0,0 @@
|
|||
LGPL (v3 or later)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Andreas Fabri <Andreas.Fabri@geometryfactory.com>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
#define CGAL_CONICHPA2_H
|
||||
|
||||
// includes
|
||||
#include <CGAL/Conic_misc.h>
|
||||
#include <CGAL/Kernel/Conic_misc.h>
|
||||
#include <CGAL/kernel_assertions.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
#include <CGAL/Cartesian/Triangle_2.h>
|
||||
#include <CGAL/Homogeneous/VectorH2.h>
|
||||
#include <CGAL/Homogeneous/Data_accessorH2.h>
|
||||
#include <CGAL/ConicHPA2.h>
|
||||
#include <CGAL/Homogeneous/ConicHPA2.h>
|
||||
|
||||
#include <CGAL/Homogeneous/Aff_transformationH3.h>
|
||||
#include <CGAL/Homogeneous/DirectionH3.h>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#define CGAL_CONIC_2_H
|
||||
|
||||
#include <CGAL/Point_2.h>
|
||||
#include <CGAL/Conic_misc.h>
|
||||
#include <CGAL/Kernel/Conic_misc.h>
|
||||
#include <CGAL/Dimension.h>
|
||||
|
||||
namespace CGAL {
|
||||
Loading…
Reference in New Issue