mirror of https://github.com/CGAL/cgal
Polygon_mesh_processing: fix doc
`PolygonMesh` -> `TriangleMesh`
This commit is contained in:
parent
7873f24473
commit
cb70bee37c
|
|
@ -291,7 +291,7 @@ self_intersections(const TriangleMesh& tmesh, OutputIterator out)
|
|||
*
|
||||
* @pre `CGAL::is_triangle_mesh(tmesh)`
|
||||
*
|
||||
* @tparam FaceRange range of `boost::graph_traits<PolygonMesh>::%face_descriptor`,
|
||||
* @tparam FaceRange range of `boost::graph_traits<TriangleMesh>::%face_descriptor`,
|
||||
* model of `Range`.
|
||||
* Its iterator type is `RandomAccessIterator`.
|
||||
* @tparam TriangleMesh a model of `FaceListGraph`
|
||||
|
|
|
|||
Loading…
Reference in New Issue