File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
include/CGAL/Convex_hull_3 Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ defining `CGAL_CHECK_EXPENSIVE`.
8080\cgalCRPSection{Convex Hull Functions}
8181
8282- `CGAL::convex_hull_3()`
83- - `CGAL::Convex_hull_3:: extreme_point_3()`
83+ - `CGAL::extreme_point_3()`
8484- `CGAL::extreme_points_3()`
8585- `CGAL::make_extreme_points_traits_adapter()`
8686
Original file line number Diff line number Diff line change 2828#include < CGAL/Convex_hull_3/internal/helpers.h>
2929#include < CGAL/squared_distance_3.h>
3030
31- #include < CGAL/IO/helpers.h>
32-
3331#include < CGAL/Container_helper.h>
3432#include < CGAL/Dynamic_property_map.h>
3533#include < CGAL/property_map.h>
Original file line number Diff line number Diff line change 2424#include < CGAL/Convex_hull_hierarchy.h>
2525#include < CGAL/intersections.h>
2626
27- #include < CGAL/IO/helpers.h>
2827#include < CGAL/Convex_hull_3/internal/helpers.h>
2928
3029#include < CGAL/Container_helper.h>
Original file line number Diff line number Diff line change 1414#ifndef CGAL_CONVEX_HULL_INTERNAL_HELPERS_H
1515#define CGAL_CONVEX_HULL_INTERNAL_HELPERS_H
1616
17+ #include < CGAL/IO/helpers.h>
1718#include < CGAL/license/Convex_hull_3.h>
1819
1920#ifdef CGAL_PROFILE_CONVEX_HULL_DO_INTERSECT
You can’t perform that action at this time.
0 commit comments