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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedV, typename DerivedT, typename DerivedM>
void igl::voronoi_mass (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedM > &M)
 Compute the mass matrix entries for a given tetrahedral mesh (V,T) using the "hybrid" voronoi volume of each vertex.