mirror of https://github.com/CGAL/cgal
using bso union and no OpenMP
This commit is contained in:
parent
4be5cb2f12
commit
d57ace521d
|
|
@ -38,6 +38,7 @@ namespace CGAL {
|
||||||
* \param pgn2 The second polygon.
|
* \param pgn2 The second polygon.
|
||||||
* \return The resulting polygon with holes, representing the sum.
|
* \return The resulting polygon with holes, representing the sum.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
template <class Kernel, class Container>
|
template <class Kernel, class Container>
|
||||||
Polygon_with_holes_2<Kernel,Container>
|
Polygon_with_holes_2<Kernel,Container>
|
||||||
minkowski_sum_2 (const Polygon_2<Kernel,Container>& pgn1,
|
minkowski_sum_2 (const Polygon_2<Kernel,Container>& pgn1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue