libigl v2.5.0
|
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "igl_inline.h"
#include "facet_adjacency_matrix.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedF , typename Atype > | |
void | igl::facet_adjacency_matrix (const Eigen::MatrixBase< DerivedF > &F, Eigen::SparseMatrix< Atype > &A) |
Construct a #F×#F adjacency matrix with A(i,j)>0 indicating that faces i and j share an edge. | |