mirror of https://github.com/CGAL/cgal
Move file to internal directory
This commit is contained in:
parent
d7977be9d5
commit
e91a49ba3c
|
|
@ -1,5 +1,4 @@
|
|||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/Indexed_triangle_set.h>
|
||||
#include <CGAL/convex_hull_3.h>
|
||||
|
||||
#include <vector>
|
||||
|
|
@ -24,7 +23,7 @@ int main(int argc, char* argv[])
|
|||
points.push_back(p);
|
||||
}
|
||||
|
||||
|
||||
|
||||
CGAL::convex_hull_3(points.begin(), points.end(), vertices, faces);
|
||||
|
||||
std::cout << vertices.size() << " " << faces.size() << std::endl;
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
#include <CGAL/Triangulation_vertex_base_with_info_2.h>
|
||||
#include <CGAL/Cartesian_converter.h>
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
#include <CGAL/Convex_hull_3/internal/Indexed_triangle_set.h>
|
||||
|
||||
#include <CGAL/Number_types/internal/Exact_type_selector.h>
|
||||
#include <CGAL/boost/graph/copy_face_graph.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue