libigl v2.5.0
|
#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include <vector>
#include "euler_characteristic.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
template<typename DerivedF > | |
int | igl::euler_characteristic (const Eigen::MatrixBase< DerivedF > &F) |
Computes the Euler characteristic of a given mesh (V,F) | |