mirror of https://github.com/CGAL/cgal
`CGAL::convex_hull_3` documents that the output is a triangulation polyhedron. That is true... but for coplanar input points! In case of coplanar input point, the output before this patch was a polyhedron with a single polygonal face. The patch triangulates the face using a pivot point and Euler operations. |
||
|---|---|---|
| .. | ||
| include | ||
| CMakeLists.txt | ||
| Point_3_list.txt | ||
| ch3_4points.cpp | ||
| ch3_dual_test_collinear_3.cpp | ||
| ch3_dual_test_coplanar_3.cpp | ||
| ch3_dual_test_equal_3.cpp | ||
| ch3_dual_test_has_on_positive_side_3.cpp | ||
| ch3_dual_test_less_distance_to_point_3.cpp | ||
| ch3_dual_test_less_signed_distance_to_plane_3.cpp | ||
| convex_hull_traits_3_fp_bug.cpp | ||
| convex_hull_traits_3_fp_bug.xyz | ||
| degeneracy_test.cpp | ||
| quick_hull_default_traits.cpp | ||
| quickhull_degenerate_test_3.cpp | ||
| quickhull_test_3.cpp | ||
| test_halfspace_intersections.cpp | ||