mirror of https://github.com/CGAL/cgal
typo fixed
This commit is contained in:
parent
7fa6482ac3
commit
e2ee535f31
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue