Update Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Andreas Fabri 2020-11-26 10:09:36 +01:00 committed by GitHub
parent b7a5dd9193
commit 4722ed66db
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,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 triangle mesh and a distance \f$ \epsilon \f$.
* is inside or outside a polyhedral envelope of a triangle mesh constructed for a given \f$ \epsilon \f$ distance tolerance.
* The polyhedral envelope is the union of <em>prisms</em> obtained.
*
* @tparam GeomTraits a geometric traits class, model of `Kernel`