![]() |
VCG Library
|
LaplacianFunctor basic Laplacian smoothing functor. More...
#include <curve_on_manifold.h>
Public Member Functions | |
| std::vector< CoordType > | operator() (const MeshType &poly) const |
LaplacianFunctor basic Laplacian smoothing functor.
It computes the desired position for each vertex as the average of its current position and the positions of its 1-ring neighbors. Used as the position functor in the SmoothProject function.