Correct mistake in names of GarlandHeckbert doc

This commit is contained in:
lvalque 2025-09-09 09:24:01 +02:00
parent e2979aa0f2
commit 74dd1678e4
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ These policies depend on the third party \ref thirdpartyEigen library.
\sa `GarlandHeckbert_probabilistic_triangle_policies`
*/
template <typename TriangleMesh, typename GeomTraits>
class GarlandHeckbert_plane_policies
class GarlandHeckbert_plane_and_line_policies
{
public:
/// The type of the Garland Heckbert cost functor, a model of the concept `GetCost`
@ -46,7 +46,7 @@ public:
/*!
initializes the Garland-Heckbert Plane policies.
*/
GarlandHeckbert_plane_policies(TriangleMesh& tmesh);
GarlandHeckbert_plane_and_line_policies(TriangleMesh& tmesh);
/// @}