From e2ee535f3168e45b7a5fa005e6cdc32a42a659c8 Mon Sep 17 00:00:00 2001 From: Susan Hert Date: Fri, 1 Jun 2001 16:46:18 +0000 Subject: [PATCH] typo fixed --- .../doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_3.tex | 2 +- .../doc_tex/basic/ConvexHull/convexity_check_3.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_3.tex b/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_3.tex index 06af7e52c3c..f1a3db36f3f 100644 --- a/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_3.tex +++ b/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/ConvexHull_ref/convex_hull_3.tex @@ -72,7 +72,7 @@ hull is a segment or a polyhedron. Notice that the traits class is not necessary in the call to \ccc{convex_hull_3} but is used in the definition of \ccc{Polyhedron_3}. -\ccIncludeExampleCode{../../../examples/Convex_hull_3/ch_quickhull_3_ex.C} +\ccIncludeExampleCode{../../examples/Convex_hull_3/ch_quickhull_3_ex.C} \ccIndexSubitemEnd{convex hull, 3D}{quickhull} \ccIndexMainItemEnd{quickhull, 3D} diff --git a/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/convexity_check_3.tex b/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/convexity_check_3.tex index abd031204d5..0ae2828fbca 100644 --- a/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/convexity_check_3.tex +++ b/Packages/Convex_hull_3/doc_tex/basic/ConvexHull/convexity_check_3.tex @@ -1,5 +1,5 @@ There are also functions for checking the validity of the computed convex -hull in three dimensions. For the function \ccc{convex_hull_3}, this is +hull in three dimensions. For the function \ccc{convex_hull_3_from_d}, this is provided through the \ccc{is_valid} member function of the class \ccc{CGAL::Convex_hull_d}. The function \ccc{is_strongly_convex_3}\ccIndexMainItem[C]{is_strongly_convex_3}