mirror of https://github.com/CGAL/cgal
removed suffix _ex from the examples
This commit is contained in:
parent
ff4ffbda38
commit
44e6ae4a90
|
|
@ -89,7 +89,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{Convex_hull_3/quickhull_3_ex.cpp}
|
||||
\ccIncludeExampleCode{Convex_hull_3/quickhull_3.cpp}
|
||||
|
||||
\ccIndexSubitemEnd{convex hull, 3D}{quickhull}
|
||||
\ccIndexMainItemEnd{quickhull, 3D}
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ worst case and $O(n \log n)$ expected time.
|
|||
The following example computes the convex hull of a set of 250 random
|
||||
points chosen uniformly in a sphere of radius 100.
|
||||
|
||||
\ccIncludeExampleCode{Convex_hull_3/incremental_hull_3_ex.cpp}
|
||||
\ccIncludeExampleCode{Convex_hull_3/incremental_hull_3.cpp}
|
||||
|
||||
\ccIndexSubitemEnd{convex hull, 3D}{incremental}
|
||||
\ccIndexMainItemEnd{convex hull, 3D}
|
||||
|
|
|
|||
Loading…
Reference in New Issue