typo fixed

This commit is contained in:
Susan Hert 2001-06-01 16:46:18 +00:00
parent 7fa6482ac3
commit e2ee535f31
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}