8#ifndef IGL_GAUSSIAN_CURVATURE_H 
    9#define IGL_GAUSSIAN_CURVATURE_H 
   25  template <
typename DerivedV, 
typename DerivedF, 
typename DerivedK>
 
   27    const Eigen::MatrixBase<DerivedV>& V,
 
   28    const Eigen::MatrixBase<DerivedF>& F,
 
   29    Eigen::PlainObjectBase<DerivedK> & K);
 
   32#ifndef IGL_STATIC_LIBRARY 
   33#  include "gaussian_curvature.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void 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.