mirror of https://github.com/CGAL/cgal
image fixes
This commit is contained in:
parent
6bd4573e99
commit
e0ea913a3f
|
|
@ -193,17 +193,22 @@ input polygon is assigned a unique face index.
|
|||
|
||||
\cgalExample{Constrained_triangulation_3/conforming_constrained_Delaunay_triangulation_3_fpmap.cpp}
|
||||
|
||||
\cgalFigureRef{ccdt_fpmap} shows the input and output of this triangulation construction example.
|
||||
\cgalFigureRef{CT_3_ccdt_fpmap_fig} shows the input and output of this triangulation construction example.
|
||||
|
||||
\cgalFigureBegin{ccdt_fpmap, ccdt_fpmap.png}
|
||||
\cgalFigureAnchor{CT_3_ccdt_fpmap_fig}
|
||||
<center>
|
||||
<img src="ccdt_fpmap.png" style="max-width:75%;"/>
|
||||
\cgalFigureCaptionBegin{CT_3_ccdt_fpmap_fig}
|
||||
From left to right: Input PLC;
|
||||
The corresponding conforming constrained Delaunay triangulation with one patch per input polygon;
|
||||
Input PLC segmented according to sharp edges;
|
||||
The corresponding conforming constrained Delaunay triangulation using the segmentation.
|
||||
\cgalFigureEnd
|
||||
\cgalFigureCaptionEnd
|
||||
</center>
|
||||
<!-- #camera 5.67784 5.7193 -5.46546 0.830007 -0.459002 0.09482 -0.302349 -->
|
||||
|
||||
|
||||
|
||||
\subsection CT_3_examples_preprocessing Preprocessing the Input Mesh for Conforming Constrained Delaunay Triangulations
|
||||
|
||||
The input mesh must be a valid surface mesh, i.e., it must not have self-intersections. Numerous
|
||||
|
|
|
|||
|
|
@ -2,5 +2,7 @@
|
|||
PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - 3D Constrained Triangulations"
|
||||
HTML_EXTRA_FILES = ${CGAL_PACKAGE_DOC_DIR}/fig/plc.png \
|
||||
${CGAL_PACKAGE_DOC_DIR}/fig/schonhardt.png \
|
||||
${CGAL_PACKAGE_DOC_DIR}/fig/plc_to_cdt.png
|
||||
${CGAL_PACKAGE_DOC_DIR}/fig/plc_to_cdt.png \
|
||||
${CGAL_PACKAGE_DOC_DIR}/fig/ccdt_fpmap.png \
|
||||
${CGAL_PACKAGE_DOC_DIR}/fig/cdt_title_pyramid.png
|
||||
QUIET = YES
|
||||
|
|
|
|||
Loading…
Reference in New Issue