mirror of https://github.com/CGAL/cgal
Update Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
parent
4b621e1de5
commit
03220ee24a
|
|
@ -71,7 +71,7 @@ template <typename Kernel, typename Container, typename OutputIterator>
|
||||||
OutputIterator complement(const Polygon_with_holes_2<Kernel, Container>& pgn,
|
OutputIterator complement(const Polygon_with_holes_2<Kernel, Container>& pgn,
|
||||||
OutputIterator oi);
|
OutputIterator oi);
|
||||||
|
|
||||||
/*! Computes the complement of a general polygon with holes.
|
/*! computes the complement of a general polygon with holes.
|
||||||
* \param pgn the input polygon.
|
* \param pgn the input polygon.
|
||||||
* \param oi the output iterator for the result.
|
* \param oi the output iterator for the result.
|
||||||
* Its dereference type must be convertible to
|
* Its dereference type must be convertible to
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue