mirror of https://github.com/CGAL/cgal
Correct mistake in names of GarlandHeckbert doc
This commit is contained in:
parent
e2979aa0f2
commit
74dd1678e4
|
|
@ -31,7 +31,7 @@ These policies depend on the third party \ref thirdpartyEigen library.
|
||||||
\sa `GarlandHeckbert_probabilistic_triangle_policies`
|
\sa `GarlandHeckbert_probabilistic_triangle_policies`
|
||||||
*/
|
*/
|
||||||
template <typename TriangleMesh, typename GeomTraits>
|
template <typename TriangleMesh, typename GeomTraits>
|
||||||
class GarlandHeckbert_plane_policies
|
class GarlandHeckbert_plane_and_line_policies
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// The type of the Garland Heckbert cost functor, a model of the concept `GetCost`
|
/// 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.
|
initializes the Garland-Heckbert Plane policies.
|
||||||
*/
|
*/
|
||||||
GarlandHeckbert_plane_policies(TriangleMesh& tmesh);
|
GarlandHeckbert_plane_and_line_policies(TriangleMesh& tmesh);
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
Loading…
Reference in New Issue