Apply suggestions from @sloriot's review

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Mael 2022-03-15 11:12:49 +01:00 committed by GitHub
parent 9f359fc903
commit 61d9cb6b0e
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ public:
/// @{
/*!
Initializes the Garland-Heckbert Plane policies.
initializes the Garland-Heckbert Plane policies.
*/
GarlandHeckbert_plane_policies(TriangleMesh& tmesh);

View File

@ -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);

View File

@ -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);

View File

@ -38,7 +38,7 @@ public:
/// @{
/*!
Initializes the Garland-Heckbert Triangle policies.
initializes the Garland-Heckbert Triangle policies.
*/
GarlandHeckbert_triangle_policies(TriangleMesh& tmesh);