Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
doublearea.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "doublearea.cpp"
+ Include dependency graph for doublearea.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 DerivedF , typename DeriveddblA >
IGL_INLINE void igl::doublearea (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DeriveddblA > &dblA)
 
template<typename DerivedA , typename DerivedB , typename DerivedC , typename DerivedD >
IGL_INLINE void igl::doublearea (const Eigen::MatrixBase< DerivedA > &A, const Eigen::MatrixBase< DerivedB > &B, const Eigen::MatrixBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedD > &D)
 
template<typename DerivedA , typename DerivedB , typename DerivedC >
IGL_INLINE DerivedA::Scalar igl::doublearea_single (const Eigen::MatrixBase< DerivedA > &A, const Eigen::MatrixBase< DerivedB > &B, const Eigen::MatrixBase< DerivedC > &C)
 
template<typename Derivedl , typename DeriveddblA >
IGL_INLINE void igl::doublearea (const Eigen::MatrixBase< Derivedl > &l, const typename Derivedl::Scalar nan_replacement, Eigen::PlainObjectBase< DeriveddblA > &dblA)
 
template<typename Derivedl , typename DeriveddblA >
IGL_INLINE void igl::doublearea (const Eigen::MatrixBase< Derivedl > &l, Eigen::PlainObjectBase< DeriveddblA > &dblA)
 
template<typename DerivedV , typename DerivedF , typename DeriveddblA >
IGL_INLINE void igl::doublearea_quad (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DeriveddblA > &dblA)