fix documentation of polygon_soup_to_polygon_mesh

This commit is contained in:
Jane Tournois 2015-03-12 14:43:32 +01:00
parent 1459f283e5
commit 2ee9ff08ab
1 changed files with 1 additions and 1 deletions

View File

@ -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`
*/