|
libigl v2.5.0
|
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. | |