mirror of https://github.com/CGAL/cgal
improved html output (\item[--] --> \item)
This commit is contained in:
parent
0bce0abef5
commit
c782945c85
|
|
@ -139,16 +139,17 @@ vertices
|
|||
of the triangulation.
|
||||
|
||||
The triangulation data structure provides member functions
|
||||
to perform the following combinatorial transformation of the triangulation:\\
|
||||
to perform the following combinatorial transformation of the triangulation:
|
||||
|
||||
\begin{itemize}
|
||||
\item[--] flip of two adjacent faces, \\
|
||||
\item[--] addition of a new vertex splitting a given face
|
||||
see Figure~\ref{2D_TDS_Fig_insertion},\\
|
||||
\item[--] addition of a new vertex splitting a given edge,\\
|
||||
\item[--] addition of a new vertex raising by one the dimension of a degenerate
|
||||
-- lower dimensional triangulation, \\
|
||||
\item[--] removal of a vertex incident to three faces, \\
|
||||
\item[--] removal of a vertex lowering the dimension of the triangulation\\
|
||||
\item flip of two adjacent faces,
|
||||
\item addition of a new vertex splitting a given face
|
||||
see Figure~\ref{2D_TDS_Fig_insertion},
|
||||
\item addition of a new vertex splitting a given edge,
|
||||
\item addition of a new vertex raising by one the dimension of a degenerate
|
||||
-- lower dimensional triangulation,
|
||||
\item removal of a vertex incident to three faces,
|
||||
\item removal of a vertex lowering the dimension of the triangulation
|
||||
\end{itemize}
|
||||
|
||||
%\begin{figure}
|
||||
|
|
|
|||
Loading…
Reference in New Issue