mirror of https://github.com/CGAL/cgal
Fixed typo in section heading
This commit is contained in:
parent
6a59c2acaa
commit
c1e3a4520e
|
|
@ -1,3 +1,7 @@
|
|||
|
||||
2.51 (21 October 2003) [af]
|
||||
- Fixed typo in section heading
|
||||
|
||||
2.50 (15 October 2003) [af]
|
||||
- Fixed bug (typo) in simplified example
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ resulting hull is a segment or a polyhedron.
|
|||
\ccIncludeExampleCode{Convex_hull_3/quickhull_3_ex.C}
|
||||
|
||||
|
||||
\section{Incremental Convex Hull CConstruction}
|
||||
\section{Incremental Convex Hull Construction}
|
||||
\ccIndexSubitem{convex hull, 3D}{incremental}
|
||||
|
||||
The function \ccc{convex_hull_incremental_3} %
|
||||
|
|
@ -69,7 +69,7 @@ example.
|
|||
|
||||
\ccIncludeExampleCode{Convex_hull_3/incremental_hull_3_demo.C}
|
||||
|
||||
\section{Dynamic Convex Hull CConstruction}
|
||||
\section{Dynamic Convex Hull Construction}
|
||||
\ccIndexSubitem{convex hull, 3D}{dynamic}
|
||||
|
||||
Fully dynamic maintenance of a convex hull can be achieved by using the
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ resulting hull is a segment or a polyhedron.
|
|||
\ccIncludeExampleCode{Convex_hull_3/quickhull_3_ex.C}
|
||||
|
||||
|
||||
\section{Incremental Convex Hull CConstruction}
|
||||
\section{Incremental Convex Hull Construction}
|
||||
\ccIndexSubitem{convex hull, 3D}{incremental}
|
||||
|
||||
The function \ccc{convex_hull_incremental_3} %
|
||||
|
|
@ -69,7 +69,7 @@ example.
|
|||
|
||||
\ccIncludeExampleCode{Convex_hull_3/incremental_hull_3_demo.C}
|
||||
|
||||
\section{Dynamic Convex Hull CConstruction}
|
||||
\section{Dynamic Convex Hull Construction}
|
||||
\ccIndexSubitem{convex hull, 3D}{dynamic}
|
||||
|
||||
Fully dynamic maintenance of a convex hull can be achieved by using the
|
||||
|
|
|
|||
Loading…
Reference in New Issue