cgal/Convex_hull_3/include/CGAL
Laurent Rineau 03202d874f Fix the default of 3rd template parameter of Convex_hull_traits_3
The documentation of `convex_hull_3` says that, if the kernel is "like
`Epick`", then the default traits class of `convex_hull_3` is
`Convex_hull_traits_3`.

But that is wrong, because `Convex_hull_traits_3` is documented with
only two template parameters, and if the kernel is "like `Epick`", the
third argument is `CGAL::Tag_true`, whereas the default of that
parameter is `CGAL::Tag_false`. If users want to write explicitly the
traits in the call to `convex_hull_3`, they cannot know that there is
a third parameters, and that it must be `Tag_true`.

This commit fixes the default of that third argument.
2019-05-17 16:44:14 +02:00
..
Convex_hull_3/dual Revert "Add missing Comparison predicates to Convex_hull_dual_traits_3" 2018-06-27 08:55:38 +02:00
Convex_hull_face_base_2.h add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Convex_hull_traits_3.h Fix the default of 3rd template parameter of Convex_hull_traits_3 2019-05-17 16:44:14 +02:00
Extreme_points_traits_adapter_3.h correct forwarding of projection traits 2019-04-15 16:58:22 +02:00
convex_hull_3.h fix activation of local static filters 2018-10-01 10:31:21 +02:00
convex_hull_3_to_face_graph.h add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
convex_hull_3_to_polyhedron_3.h Cleanup. And tell in the manual that the user has to include the header of the Polygon_mesh type 2018-03-28 17:23:06 +01:00
convexity_check_3.h fixes in includes logic. 2018-02-02 12:08:05 +01:00