Distance, Generator, HDS, Convex_hull, Polyhedron, PCA

This commit is contained in:
Andreas Fabri
2019-02-14 10:39:56 +01:00
parent 7a84f58c0d
commit e989b87dfe
28 changed files with 88 additions and 108 deletions
@@ -22,14 +22,14 @@
// Random Simple Polygons: Test Program
// ============================================================================
#include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Homogeneous.h>
#include <CGAL/point_generators_2.h>
#include <CGAL/random_polygon_2.h>
#include <CGAL/Polygon_2.h>
#include <list>
typedef CGAL::Cartesian< double > CR;
typedef CGAL::Simple_cartesian< double > CR;
typedef CGAL::Point_2< CR > CPoint_2;
typedef std::list<CPoint_2> CContainer;
typedef CGAL::Polygon_2<CR, CContainer> CPolygon_2;