mirror of https://github.com/CGAL/cgal
add example in doc + rephrase
This commit is contained in:
parent
47b7be9758
commit
d89f90055b
|
|
@ -41,4 +41,5 @@
|
||||||
\example Polygon_mesh_processing/triangulate_faces_split_visitor_example.cpp
|
\example Polygon_mesh_processing/triangulate_faces_split_visitor_example.cpp
|
||||||
\example Polygon_mesh_processing/hausdorff_bounded_error_distance_example.cpp
|
\example Polygon_mesh_processing/hausdorff_bounded_error_distance_example.cpp
|
||||||
\example Polygon_mesh_processing/cc_compatible_orientations.cpp
|
\example Polygon_mesh_processing/cc_compatible_orientations.cpp
|
||||||
|
\example Polygon_mesh_processing/decimation_planar_patches.cpp
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1293,8 +1293,8 @@ bool decimate_meshes_with_common_interfaces_impl(TriangleMeshRange& meshes,
|
||||||
* first extracted (each such connected component is called a *patch*). Then the connected components of vertex
|
* first extracted (each such connected component is called a *patch*). Then the connected components of vertex
|
||||||
* connected patch border edges belonging to the same line are extracted. Endpoints of such components and
|
* connected patch border edges belonging to the same line are extracted. Endpoints of such components and
|
||||||
* vertices incident to more than two patches (or two patches + one mesh boundary) are called *corners*.
|
* vertices incident to more than two patches (or two patches + one mesh boundary) are called *corners*.
|
||||||
* `tm_out` contains the 2D constrained Delaunay triangulation of each patch with border defined by
|
* `tm_out` contains the 2D constrained Delaunay triangulation of each patch using only only corner vertices
|
||||||
* only corner vertices.
|
* on the boundary of the patch.
|
||||||
*
|
*
|
||||||
* \warning if `tm_in` contains a non-manifold vertex, `tm_out` will be empty. Those vertices must be
|
* \warning if `tm_in` contains a non-manifold vertex, `tm_out` will be empty. Those vertices must be
|
||||||
* duplicated with `duplicate_non_manifold_vertices()` to get an output.
|
* duplicated with `duplicate_non_manifold_vertices()` to get an output.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue