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

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.