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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedK >
void igl::gaussian_curvature (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedK > &K)
 Compute the 2π minus the sum of interior angles at each vertex.