#include "igl_inline.h"
#include <Eigen/Core>
#include "volume.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedT , typename Derivedvol > |
void | igl::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)
|
|
template<typename DerivedA , typename DerivedB , typename DerivedC , typename DerivedD , typename Derivedvol > |
void | igl::volume (const Eigen::MatrixBase< DerivedA > &A, const Eigen::MatrixBase< DerivedB > &B, const Eigen::MatrixBase< DerivedC > &C, const Eigen::MatrixBase< DerivedD > &D, Eigen::PlainObjectBase< Derivedvol > &vol) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename VecA , typename VecB , typename VecC , typename VecD > |
VecA::Scalar | igl::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 only in what argument(s) it accepts.
|
|
template<typename DerivedL , typename Derivedvol > |
void | igl::volume (const Eigen::MatrixBase< DerivedL > &L, Eigen::PlainObjectBase< Derivedvol > &vol) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|