mirror of https://github.com/CGAL/cgal
doc: put \image at the beginning of the line and nothing at eol
This commit is contained in:
parent
74a1ac055e
commit
0653914893
|
|
@ -308,16 +308,28 @@ otherwise it is a finite edge.
|
|||
<CENTER>
|
||||
<TABLE BORDER>
|
||||
<TR>
|
||||
<TD>\image html ./apollonius-left_vertex.png</TD>
|
||||
<TD>\image html ./apollonius-right_vertex.png</TD>
|
||||
<TD>
|
||||
\image html ./apollonius-left_vertex.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html ./apollonius-right_vertex.png
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>\image html ./apollonius-no_conflict.png</TD>
|
||||
<TD>\image html ./apollonius-entire_edge.png</TD>
|
||||
<TD>
|
||||
\image html ./apollonius-no_conflict.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html ./apollonius-entire_edge.png
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>\image html ./apollonius-interior.png</TD>
|
||||
<TD>\image html ./apollonius-both_vertices.png</TD>
|
||||
<TD>
|
||||
\image html ./apollonius-interior.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html ./apollonius-both_vertices.png
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</CENTER>
|
||||
|
|
|
|||
|
|
@ -215,9 +215,15 @@ traits classes is demonstrated in the next section.
|
|||
<CENTER>
|
||||
<TABLE border="0">
|
||||
<TR>
|
||||
<TD>\image html ex_triangles.png</TD>
|
||||
<TD>\image html ex_tri_le.png</TD>
|
||||
<TD>\image html ex_tri_ue.png</TD>
|
||||
<TD>
|
||||
\image html ex_triangles.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html ex_tri_le.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html ex_tri_ue.png
|
||||
</TD>
|
||||
<TR ALIGN="center"><TD>(a)</TD><TD>(b)</TD><TD>(c)</TD></TR>
|
||||
</TABLE>
|
||||
</CENTER>
|
||||
|
|
|
|||
|
|
@ -412,17 +412,35 @@ visualization support is based on the Coin library http://www.coin3d.org.
|
|||
<CENTER>
|
||||
<TABLE border=0>
|
||||
<TR>
|
||||
<TD>\image html delaunay_0.png</TD>
|
||||
<TD>\image html delaunay_1.png</TD>
|
||||
<TD>\image html delaunay_2.png</TD>
|
||||
<TD>\image html delaunay_3.png</TD>
|
||||
<TD>\image html delaunay_4.png</TD>
|
||||
<TD>
|
||||
\image html delaunay_0.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html delaunay_1.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html delaunay_2.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html delaunay_3.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html delaunay_4.png
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>\image html delaunay_5.png</TD>
|
||||
<TD>\image html delaunay_6.png</TD>
|
||||
<TD>\image html delaunay_7.png</TD>
|
||||
<TD>\image html delaunay_8.png</TD>
|
||||
<TD>
|
||||
\image html delaunay_5.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html delaunay_6.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html delaunay_7.png
|
||||
</TD>
|
||||
<TD>
|
||||
\image html delaunay_8.png
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</CENTER>
|
||||
|
|
|
|||
|
|
@ -201,9 +201,15 @@ is widely known as <I>offsetting</I> the polygon \f$ P\f$ by a radius \f$ r\f$.
|
|||
<center>
|
||||
<table border=0>
|
||||
<tr>
|
||||
<td>\image html convex_offset.png</td>
|
||||
<td>\image html offset_decomp.png</td>
|
||||
<td>\image html offset_conv.png</td>
|
||||
<td>
|
||||
\image html convex_offset.png
|
||||
</td>
|
||||
<td>
|
||||
\image html offset_decomp.png
|
||||
</td>
|
||||
<td>
|
||||
\image html offset_conv.png
|
||||
</td>
|
||||
<tr align="center"><td>(a)</td><td>(b)</td><td>(c)</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
|
|
|
|||
|
|
@ -140,8 +140,12 @@ we define our polyhedron \f$ P := ( h_1 \cap h_2 \cap h_3) - ( h_4 \cap h_5)\f$.
|
|||
<center>
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>\image html nef_example.png</td>
|
||||
<td>\image html nef_pyramids.png</td>
|
||||
<td>
|
||||
\image html nef_example.png
|
||||
</td>
|
||||
<td>
|
||||
\image html nef_pyramids.png
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
|
|
|
|||
Loading…
Reference in New Issue