Fixed wrong docu

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1267 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2015-05-15 15:08:38 +00:00
parent b15a392b9c
commit eed151aa90

View File

@@ -15,10 +15,10 @@ The %OpenMesh library provides tools for smoothing Triangle- and Polymeshes
The smoothers directly work on an OpenMesh. The following example shows how to use them:
\code
#include <OpenMesh/Tools/Smoother/SmootherT.hh>
#include <OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh>
// Initialize smoother with input mesh
OpenMesh::Smoother::SmootherT<MyMesh> smoother(mesh);
OpenMesh::Smoother::JacobiLaplaceSmootherT<MyMesh> smoother(mesh);
smoother.initialize( C0, //Continuity
Tangential_and_Normal) //Smooth direction