Skip to content

Commit e94ee17

Browse files
committed
reorganize the doc (Mael's review)
1 parent e557a88 commit e94ee17

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,8 @@ A Schönhardt polyhedron. The non-convex edges are shown in bold.
9393
Shewchuk \cgalCite{cgal:shewchuk1998condition} demonstrated that for any PLC, there exists a refined
9494
version of the original PLC that admits a constrained Delaunay triangulation. This refinement is
9595
achieved 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
10498
Delaunay triangulation constructed from a PLC.
10599

106100
\cgalFigureAnchor{CT_3_plc2cdt_fig}
@@ -112,6 +106,11 @@ Left: PLC (360 vertices);
112106
Right: 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

Comments
 (0)