mirror of https://github.com/CGAL/cgal
fix documentation of polygon_soup_to_polygon_mesh
This commit is contained in:
parent
1459f283e5
commit
2ee9ff08ab
|
|
@ -91,7 +91,7 @@ public:
|
|||
* builds a polygon mesh from a soup of polygons.
|
||||
* @pre the input polygon soup is consistently oriented.
|
||||
* @tparam PolygonMesh a model of `MutableFaceGraph`
|
||||
* @tparam Point a point type that has the three operators `x()`, `y()`, and `z()`.
|
||||
* @tparam Point a point type that has an operator `[]` to access coordinates
|
||||
* @tparam Polygon a `std::vector<std::size_t>` corresponding to the indices
|
||||
* of points in `points`
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue