#include "igl_inline.h"
#include <Eigen/Dense>
#include "face_areas.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedV , typename DerivedT , typename DerivedA >  | 
| void  | igl::face_areas (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedA > &A) | 
|   | Constructs a list of face areas of faces opposite each index in a tet list.  
  | 
|   | 
| template<typename DerivedL , typename DerivedA >  | 
| void  | igl::face_areas (const Eigen::MatrixBase< DerivedL > &L, Eigen::PlainObjectBase< DerivedA > &A) | 
|   | 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 DerivedA >  | 
| void  | igl::face_areas (const Eigen::MatrixBase< DerivedL > &L, const typename DerivedL::Scalar doublearea_nan_replacement, Eigen::PlainObjectBase< DerivedA > &A) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |