From ac86f5d5b8b04e7c19da62dfce80075e2ca3e1a9 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 28 Apr 2015 13:49:36 +0200 Subject: [PATCH] attempt to get the CDT_2 link --- .../doc/Polygon_mesh_processing/Polygon_mesh_processing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt index b48cc192ea6..596a3a9f403 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt @@ -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