VCG Library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
vcg::tri::CoM< MeshType >::LaplacianFunctor Struct Reference

LaplacianFunctor basic Laplacian smoothing functor. More...

#include <curve_on_manifold.h>

Public Member Functions

std::vector< CoordType > operator() (const MeshType &poly) const
 

Detailed Description

template<class MeshType>
struct vcg::tri::CoM< MeshType >::LaplacianFunctor

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.


The documentation for this struct was generated from the following file: