mirror of https://github.com/CGAL/cgal
Moved the caption of a figure
This commit is contained in:
parent
c83e05daba
commit
ee78fd2edd
|
|
@ -1,3 +1,6 @@
|
||||||
|
6 March 2006 Andreas Fabri
|
||||||
|
- Moved the caption of a figure
|
||||||
|
|
||||||
21 January 2006 Andreas Fabri
|
21 January 2006 Andreas Fabri
|
||||||
- tiny fixes in include/CGAL/natural_neighbor_coordinates_3.h and examples/Interpolation/nn_coordinates_3.C
|
- tiny fixes in include/CGAL/natural_neighbor_coordinates_3.h and examples/Interpolation/nn_coordinates_3.C
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,15 +15,17 @@ cells.
|
||||||
\includegraphics{Interpolation/nn_coords}
|
\includegraphics{Interpolation/nn_coords}
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{ccTexOnly}
|
\end{ccTexOnly}
|
||||||
|
|
||||||
|
\begin{ccHtmlOnly}
|
||||||
|
<img border=0 src="./nn_coords.gif" align=center alt="nn_coords">
|
||||||
|
\end{ccHtmlOnly}
|
||||||
|
|
||||||
\caption{$2D$ example: $\mathbf{x}$ has five natural neighbors
|
\caption{$2D$ example: $\mathbf{x}$ has five natural neighbors
|
||||||
$\mathbf{p_1},\ldots , \mathbf{p_5}$.
|
$\mathbf{p_1},\ldots , \mathbf{p_5}$.
|
||||||
The natural neighbor coordinate $\lambda_3(\mathbf{x})$ is the ratio
|
The natural neighbor coordinate $\lambda_3(\mathbf{x})$ is the ratio
|
||||||
of the area of the pink polygon, $\pi_3(\mathbf{x})$, over the area
|
of the area of the pink polygon, $\pi_3(\mathbf{x})$, over the area
|
||||||
of the total highlighted zone.
|
of the total highlighted zone.
|
||||||
\label{fig:nn_coords}}
|
\label{fig:nn_coords}}
|
||||||
\begin{ccHtmlOnly}
|
|
||||||
<img border=0 src="./nn_coords.gif" align=center alt="nn_coords">
|
|
||||||
\end{ccHtmlOnly}
|
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue