libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedV , typename DerivedF , typename Derivedm0 , typename Derivedm1 , typename Derivedm2 > | |
void | igl::moments (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Derivedm0 &m0, Eigen::PlainObjectBase< Derivedm1 > &m1, Eigen::PlainObjectBase< Derivedm2 > &m2) |
Computes the moments of mass for a solid object bound by a triangle mesh. | |