@@ -93,14 +93,8 @@ A Schönhardt polyhedron. The non-convex edges are shown in bold.
9393Shewchuk \cgalCite{cgal:shewchuk1998condition} demonstrated that for any PLC, there exists a refined
9494version of the original PLC that admits a constrained Delaunay triangulation. This refinement is
9595achieved by adding Steiner vertices to the input edges and polygons. The constrained triangulation
96- built on this refined PLC is known as a _conforming constrained Delaunay triangulation_ (CCDT for short).
97-
98- The algorithm implemented in this package is based on the work of Hang Si, who developed particular
99- algorithms for constructing conforming constrained Delaunay triangulations from PLCs, with floating
100- point numbers as coordinates
101- \cgalCite{si2005meshing}, \cgalCite{cgal:si2008cdt3}, \cgalCite{si2015tetgen}.
102-
103- \cgalFigureRef{CT_3_plc2cdt_fig} illustrates an example of a conforming constrained
96+ built on this refined PLC is known as a _conforming constrained Delaunay triangulation_ (CCDT for
97+ short). \cgalFigureRef{CT_3_plc2cdt_fig} illustrates an example of a conforming constrained
10498Delaunay triangulation constructed from a PLC.
10599
106100\cgalFigureAnchor{CT_3_plc2cdt_fig}
@@ -112,6 +106,11 @@ Left: PLC (360 vertices);
112106Right: CCDT (2452 vertices).
113107\cgalFigureCaptionEnd
114108
109+ The algorithm implemented in this package is based on the work of Hang Si, who developed particular
110+ algorithms for constructing conforming constrained Delaunay triangulations from PLCs, with floating
111+ point numbers as coordinates
112+ \cgalCite{si2005meshing}, \cgalCite{cgal:si2008cdt3}, \cgalCite{si2015tetgen}.
113+
115114
116115\section CT_3_design Software Design
117116
0 commit comments