mirror of https://github.com/CGAL/cgal
Apply suggestions from @sloriot's review
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
parent
9f359fc903
commit
61d9cb6b0e
|
|
@ -40,7 +40,7 @@ public:
|
|||
/// @{
|
||||
|
||||
/*!
|
||||
Initializes the Garland-Heckbert Plane policies.
|
||||
initializes the Garland-Heckbert Plane policies.
|
||||
*/
|
||||
GarlandHeckbert_plane_policies(TriangleMesh& tmesh);
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ public:
|
|||
/// @{
|
||||
|
||||
/*!
|
||||
Initializes the Garland-Heckbert Probabilistic Plane policies.
|
||||
initializes the Garland-Heckbert Probabilistic Plane policies.
|
||||
*/
|
||||
GarlandHeckbert_probabilistic_plane_policies(TriangleMesh& tmesh);
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ public:
|
|||
/// @{
|
||||
|
||||
/*!
|
||||
Initializes the Garland-Heckbert "Probabilistic Triangle" policies.
|
||||
initializes the Garland-Heckbert "Probabilistic Triangle" policies.
|
||||
*/
|
||||
GarlandHeckbert_probabilistic_triangle_policies(TriangleMesh& tmesh);
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ public:
|
|||
/// @{
|
||||
|
||||
/*!
|
||||
Initializes the Garland-Heckbert Triangle policies.
|
||||
initializes the Garland-Heckbert Triangle policies.
|
||||
*/
|
||||
GarlandHeckbert_triangle_policies(TriangleMesh& tmesh);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue