libigl v2.5.0
Loading...
Searching...
No Matches
per_vertex_attribute_smoothing.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "per_vertex_attribute_smoothing.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF >
void igl::per_vertex_attribute_smoothing (const Eigen::MatrixBase< DerivedV > &Ain, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedV > &Aout)
 Smooth vertex attributes using uniform Laplacian.