Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
volume.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "volume.cpp"
+ Include dependency graph for volume.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedT , typename Derivedvol >
IGL_INLINE void igl::volume (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, Eigen::PlainObjectBase< Derivedvol > &vol)
 
template<typename DerivedA , typename DerivedB , typename DerivedC , typename DerivedD , typename Derivedvol >
IGL_INLINE 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)
 
template<typename VecA , typename VecB , typename VecC , typename VecD >
IGL_INLINE VecA::Scalar igl::volume_single (const VecA &a, const VecB &b, const VecC &c, const VecD &d)
 
template<typename DerivedL , typename Derivedvol >
IGL_INLINE void igl::volume (const Eigen::MatrixBase< DerivedL > &L, Eigen::PlainObjectBase< Derivedvol > &vol)