This commit is contained in:
Sebastien Loriot 2021-04-08 08:56:54 +02:00 committed by GitHub
parent 667817ece0
commit dfe70d17e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -322,7 +322,7 @@ public:
* must be available in `TriangleMesh`.}
* \cgalParamNEnd
* \cgalParamNBegin{face_epsilon_map}
* \cgalParamDescription{a property map associating to each face of `tm` a epsilon value}
* \cgalParamDescription{a property map associating to each face of `tm` an epsilon value}
* \cgalParamType{a class model of `ReadablePropertyMap` with `boost::graph_traits<TriangleMesh>::%face_descriptor`
* as key type and `double` as value type}
* \cgalParamDefault{Use `epsilon` for all faces}
@ -421,7 +421,7 @@ public:
* must be available in `TriangleMesh`.}
* \cgalParamNEnd
* \cgalParamNBegin{face_epsilon_map}
* \cgalParamDescription{a property map associating to each face of `tm` a epsilon value}
* \cgalParamDescription{a property map associating to each face of `tm` an epsilon value}
* \cgalParamType{a class model of `ReadablePropertyMap` with `boost::graph_traits<TriangleMesh>::%face_descriptor`
* as key type and `double` as value type}
* \cgalParamDefault{Use `epsilon` for all faces}
@ -528,7 +528,7 @@ public:
* is the value type of `PointRange::const_iterator`}
* \cgalParamDefault{`CGAL::Identity_property_map`}
* \cgalParamNBegin{face_epsilon_map}
* \cgalParamDescription{a property map associating to each triangle a epsilon value}
* \cgalParamDescription{a property map associating to each triangle an epsilon value}
* \cgalParamType{a class model of `ReadablePropertyMap` with `std::size_t` as key type and `double` as value type}
* \cgalParamDefault{Use `epsilon` for all triangles}
* \cgalParamNEnd