mirror of https://github.com/CGAL/cgal
fixed figure/link to figure
This commit is contained in:
parent
6c6a10a671
commit
f98952dc75
|
|
@ -27,26 +27,22 @@ shalfedge pointing in
|
|||
the opposite direction. The \ccc{twin()} member function returns
|
||||
this shalfedge of opposite orientation.
|
||||
|
||||
\begin{figure}[bht]
|
||||
\begin{center}
|
||||
\begin{ccTexOnly}
|
||||
\begin{figure}[bht]
|
||||
\begin{center}
|
||||
\parbox{0.4\textwidth}{%
|
||||
\includegraphics[width=0.4\textwidth]{Nef_S2_ref/fig/shalfedge}%
|
||||
}
|
||||
\end{center}
|
||||
\label{figureNefS2SVertexIncidences}
|
||||
\end{figure}
|
||||
\end{ccTexOnly}
|
||||
|
||||
\begin{ccHtmlOnly}
|
||||
<CENTER>
|
||||
<A NAME="figureNefS2SVertexIncidences">
|
||||
<A HREF="fig/shalfedge.gif">
|
||||
<img src="fig/shalfedge.gif"
|
||||
alt="Incidences of an SHalfedge"></A><BR>
|
||||
<A HREF="fig/shalfedge.gif">Figure:</A>
|
||||
</CENTER>
|
||||
\end{ccHtmlOnly}
|
||||
\caption{Incidences of an SHalfedge}
|
||||
\label{figureNefS2SVertexIncidences}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
The \ccc{snext()} member function points
|
||||
to the successor shalfedge around this sface while the \ccc{sprev()} member
|
||||
|
|
|
|||
|
|
@ -28,26 +28,22 @@ The figure below
|
|||
depicts the relationship between a shalfloop and sfaces on a sphere map.
|
||||
|
||||
|
||||
\begin{figure}[bht]
|
||||
\begin{center}
|
||||
\begin{ccTexOnly}
|
||||
\begin{figure}[bht]
|
||||
\begin{center}
|
||||
\parbox{0.3\textwidth}{%
|
||||
\includegraphics[width=0.3\textwidth]{Nef_S2_ref/fig/shalfloopB}%
|
||||
}
|
||||
\end{center}
|
||||
\label{figureNefS2SHalfloopIncidences}
|
||||
\end{figure}
|
||||
\end{ccTexOnly}
|
||||
|
||||
\begin{ccHtmlOnly}
|
||||
<CENTER>
|
||||
<A NAME="figureNefS2SHalfloopIncidences">
|
||||
<A HREF="fig/shalfloopB.gif">
|
||||
<img src="fig/shalfloopB.gif"
|
||||
alt="Incidences of an SHalfloop"></A><BR>
|
||||
<A HREF="fig/shalfloopB.gif">Figure:</A>
|
||||
</CENTER>
|
||||
alt="Incidences of an SHalfloop"></A><br>
|
||||
\end{ccHtmlOnly}
|
||||
\caption{Incidences of an SHalfloop}
|
||||
\label{figureNefS2SHalfloopIncidences}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
\ccInclude{CGAL/Nef_polyhedron_S2.h}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,12 +18,7 @@
|
|||
|
||||
\ccDefinition
|
||||
|
||||
The figure on page
|
||||
\pageref{figureNefS2SVertexIncidences}
|
||||
\begin{ccHtmlOnly}
|
||||
<A HREF="#figureNefS2SVertexIncidences"><IMG
|
||||
SRC="cc_ref_up_arrow.gif" ALT="reference arrow" WIDTH="10" HEIGHT="10"></A>
|
||||
\end{ccHtmlOnly} illustrate the incidence of a svertex on a sphere map.
|
||||
Figure \ref{figureNefS2SVertexIncidences} illustrate the incidence of a svertex on a sphere map.
|
||||
|
||||
The member function
|
||||
\ccc{out_sedge} returns the first outgoing shalfedge, and \ccc{incident_sface}
|
||||
|
|
|
|||
Loading…
Reference in New Issue