mirror of https://github.com/CGAL/cgal
capitalized headings in user manual
This commit is contained in:
parent
8ae1377952
commit
c92db1996a
|
|
@ -1,6 +1,7 @@
|
||||||
9 March 2006: Menelaos Karavelas
|
9 March 2006: Menelaos Karavelas
|
||||||
- renamed demo files so that they have only lowercase letters in their name
|
- renamed demo files so that they have only lowercase letters in their name
|
||||||
(requested by AF)
|
(requested by AF)
|
||||||
|
- capitalized headings in user manual
|
||||||
|
|
||||||
8 March 2006: Menelaos Karavelas
|
8 March 2006: Menelaos Karavelas
|
||||||
- demos now include CGAL/basic.h before testing for Qt; this is essential
|
- demos now include CGAL/basic.h before testing for Qt; this is essential
|
||||||
|
|
|
||||||
|
|
@ -178,7 +178,7 @@ Section~\ref{sec:vda2-ap} we discuss the issue in more detail.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\section{Software design}
|
\section{Software Design}
|
||||||
\label{sec:vda2-design}
|
\label{sec:vda2-design}
|
||||||
|
|
||||||
The \ccc{Voronoi_diagram_2<DG,AT,AP>} class is parameterized by
|
The \ccc{Voronoi_diagram_2<DG,AT,AP>} class is parameterized by
|
||||||
|
|
@ -281,7 +281,7 @@ face) on which $p$ lies.
|
||||||
%an incircle test.
|
%an incircle test.
|
||||||
|
|
||||||
|
|
||||||
\section{The adaptation traits}
|
\section{The Adaptation Traits}
|
||||||
\label{sec:vda2-traits}
|
\label{sec:vda2-traits}
|
||||||
|
|
||||||
The \ccc{AdaptationTraits_2} concept defines the types and
|
The \ccc{AdaptationTraits_2} concept defines the types and
|
||||||
|
|
@ -330,7 +330,7 @@ support nearest site queries:
|
||||||
provides the adaptation traits for segment Delaunay graphs.
|
provides the adaptation traits for segment Delaunay graphs.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\section{The adaptation policy}
|
\section{The Adaptation Policy}
|
||||||
\label{sec:vda2-ap}
|
\label{sec:vda2-ap}
|
||||||
|
|
||||||
As mentioned above, when we perform the adaptation of a triangulated
|
As mentioned above, when we perform the adaptation of a triangulated
|
||||||
|
|
@ -515,7 +515,7 @@ three caching degeneracy removal policies support on-line insertions.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\subsection{Efficiency considerations}
|
\subsection{Efficiency Considerations}
|
||||||
\label{subsec:vda2-efficiency}
|
\label{subsec:vda2-efficiency}
|
||||||
|
|
||||||
One last item that merits some discussion are the different choices
|
One last item that merits some discussion are the different choices
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue