#include "igl_inline.h"
#include <Eigen/Dense>
#include "average_from_edges_onto_vertices.cpp"
Go to the source code of this file.
|
| 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.
|