link to user manual

This commit is contained in:
Sébastien Loriot 2020-12-02 09:49:53 +01:00
parent f76c5f9595
commit 1f5a1cb314
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ namespace CGAL {
* \ingroup PkgPolygonMeshProcessingRef
* This class can be used to check if a query point, segment, or triangle
* is inside or outside a polyhedral envelope of a set of triangles, constructed for a given \f$ \epsilon \f$ distance tolerance.
* The polyhedral envelope is the union of <em>prisms</em> obtained.
* The polyhedral envelope is the union of <em>prisms</em> obtained. See Section \ref PMPEnvelope for more details.
*
* @tparam GeomTraits a geometric traits class, model of `Kernel`
*/