Skip to content

Commit

Permalink
use polygonal domain as MPWH can be more than one poly
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Nov 8, 2024
1 parent eddf0b6 commit 53c9987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Polygon_repair/include/CGAL/Polygon_repair/repair.h
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ join(const Multipolygon_with_holes_2<Kernel,Container>& pa)
}

/// \ingroup PkgPolygonRepairFunctions
/// computes the union of two polygons
/// computes the union of two polygonal domains
/// \tparam Kernel parameter of the output polygons. Must be model of `ConstrainedDelaunayTriangulationTraits_2 `
/// \tparam Container parameter of the input and output polygons
/// \tparam PA must be `Polygon_2<Kernel, Container>`, or `Polygon_with_holes_2<Kernel, Container>`, or `Multipolygon_with_holes_2<Kernel, Container>`
Expand Down Expand Up @@ -874,7 +874,7 @@ intersect(const Multipolygon_with_holes_2<Kernel,Container>& p)


/// \ingroup PkgPolygonRepairFunctions
/// Computes the intersection of two polygons
/// Computes the intersection of two polygonal domains
/// \tparam Kernel parameter of the output polygon. Must be model of `ConstrainedDelaunayTriangulationTraits_2 `
/// \tparam Container parameter of the input and output polygons
/// \tparam PA must be `Polygon_2<Kernel, Container>`, or `Polygon_with_holes_2<Kernel, Container>`, or `Multipolygon_with_holes_2<Kernel, Container>`
Expand Down

0 comments on commit 53c9987

Please sign in to comment.