We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0109c9f commit 6de2cdbCopy full SHA for 6de2cdb
PMP_Mesh_repair/include/CGAL/Polygon_mesh_processing/triangulate_hole.h
@@ -653,7 +653,9 @@ namespace Polygon_mesh_processing {
653
654
@pre `third_points.size() == points.size()`
655
656
- @tparam PointRange range of points, model of `Range`.
+ @tparam PointRange1 range of points, model of `Range`.
657
+ Its iterator type is `InputIterator`.
658
+ @tparam PointRange2 range of points, model of `Range`.
659
Its iterator type is `InputIterator`.
660
@tparam OutputIterator model of `OutputIterator`, to collect patch faces.
661
A specialization for `CGAL::value_type_traits<OutputIterator>` must be available,
0 commit comments