cgal/Convex_hull_3/test/Convex_hull_3
Laurent Rineau 22d5a5b884 Fix Convex_hull_3 quickhull, with coplanar point
`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.
2017-12-15 10:45:25 +01:00
..
include move test files from gsoc2014-VCM_3-jmeyron@276e4bb8 2014-11-13 11:52:28 +01:00
CMakeLists.txt Add examples for using 3D convex hull functions with open mesh. And fix a bug in convex hull code 2017-07-19 12:25:31 +02:00
Point_3_list.txt Move packages to trunk root 2006-02-14 08:58:14 +00:00
ch3_4points.cpp fix the orientation of the generated polyhedron in case of 4 non-coplanar points 2017-07-31 10:40:51 +02:00
ch3_dual_test_collinear_3.cpp fix errors on tests and fix warnings 2014-11-13 15:05:24 +01:00
ch3_dual_test_coplanar_3.cpp fix errors on tests and fix warnings 2014-11-13 15:05:24 +01:00
ch3_dual_test_equal_3.cpp fix errors on tests and fix warnings 2014-11-13 15:05:24 +01:00
ch3_dual_test_has_on_positive_side_3.cpp fix errors on tests and fix warnings 2014-11-13 15:05:24 +01:00
ch3_dual_test_less_distance_to_point_3.cpp fix errors on tests and fix warnings 2014-11-13 15:05:24 +01:00
ch3_dual_test_less_signed_distance_to_plane_3.cpp fix errors on tests and fix warnings 2014-11-13 15:05:24 +01:00
convex_hull_traits_3_fp_bug.cpp filter the predicates in Convex_hull_traits_3 if requested 2015-01-09 12:20:14 +01:00
convex_hull_traits_3_fp_bug.xyz filter the predicates in Convex_hull_traits_3 if requested 2015-01-09 12:20:14 +01:00
degeneracy_test.cpp rename .C to .cpp 2007-01-27 21:16:53 +00:00
quick_hull_default_traits.cpp Add Default to Convex_hull_graph_traits_3; BGLize some code 2016-11-22 12:27:18 +01:00
quickhull_degenerate_test_3.cpp Changes after the review by Sebastien 2016-11-30 10:03:00 +01:00
quickhull_test_3.cpp Fix Convex_hull_3 quickhull, with coplanar point 2017-12-15 10:45:25 +01:00
test_halfspace_intersections.cpp make halfspace_itersectios work with FaceGraph 2016-11-27 20:28:44 +01:00