libigl v2.5.0
Loading...
Searching...
No Matches
face_areas.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "face_areas.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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.