Skip to content

Commit

Permalink
add a ref to does_triangle_soup_self_intersect (suggested by Mael)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Dec 6, 2024
1 parent 0229fba commit 1e84938
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ auto make_conforming_constrained_Delaunay_triangulation_3(const PolygonMesh &mes
*
* \cgalNamedParamsEnd
*
* \pre The polygon soup must not have self-intersections.
* \pre The polygon soup must not have self-intersections. If the polygon soup is a triangle soup, this is equivalent to:
* \link CGAL::Polygon_mesh_processing::does_triangle_soup_self_intersect
* `CGAL::Polygon_mesh_processing::does_triangle_soup_self_intersect(points, polygons, np) == false`
* \endlink.
*/
template <typename Triangulation = CGAL::Default,
typename PointRange,
Expand Down

0 comments on commit 1e84938

Please sign in to comment.