25    const Eigen::MatrixBase<DerivedV>& V,
 
   26    const Eigen::MatrixBase<DerivedT>& T,
 
   27    Eigen::PlainObjectBase<Derivedvol>& vol);
 
   40    const Eigen::MatrixBase<DerivedA> & A,
 
   41    const Eigen::MatrixBase<DerivedB> & B,
 
   42    const Eigen::MatrixBase<DerivedC> & C,
 
   43    const Eigen::MatrixBase<DerivedD> & D,
 
   44    Eigen::PlainObjectBase<Derivedvol> & vol);
 
   65    const Eigen::MatrixBase<DerivedL>& L,
 
   66    Eigen::PlainObjectBase<Derivedvol>& vol);
 
   69#ifndef IGL_STATIC_LIBRARY 
#define IGL_INLINE
Definition igl_inline.h:15
 
void volume(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, Eigen::PlainObjectBase< Derivedvol > &vol)
Compute volume for all tets of a given tet mesh (V,T)
 
VecA::Scalar volume_single(const VecA &a, const VecB &b, const VecC &c, const VecD &d)
This is an overloaded member function, provided for convenience. It differs from the above function o...