attempt to get the CDT_2 link

This commit is contained in:
Jane Tournois 2015-04-28 13:49:36 +02:00
parent 13dd4516f9
commit ac86f5d5b8
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ or even only for triangle meshes. Hence, one may want to triangulate polygonal f
This package provides the function `CGAL::Polygon_mesh_processing::triangulate_faces()`
that triangulates all faces of the input polygon mesh.
The triangulation of each face is the one obtained by building a
`Constrained_Delaunay_triangulation_2` in the support plane of the face.
`CGAL::Constrained_Delaunay_triangulation_2` in the support plane of the face.
\subsection MeshingExamples Meshing Examples