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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename DerivedE , typename DerivedoE , typename DeriveduE , typename DeriveduV >
void igl::average_from_edges_onto_vertices (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedoE > &oE, const Eigen::MatrixBase< DeriveduE > &uE, Eigen::PlainObjectBase< DeriveduV > &uV)
 Move a scalar field defined on edges to vertices by averaging.