8#ifndef IGL_VORONOI_MASS_H
9#define IGL_VORONOI_MASS_H
28 const Eigen::MatrixBase<DerivedV> & V,
29 const Eigen::MatrixBase<DerivedT> & T,
30 Eigen::PlainObjectBase<DerivedM> & M);
33#ifndef IGL_STATIC_LIBRARY
34# include "voronoi_mass.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void 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 ...