9#ifndef IGL_COTMATRIX_ENTRIES_H
10#define IGL_COTMATRIX_ENTRIES_H
26 template <
typename DerivedV,
typename DerivedF,
typename DerivedC>
28 const Eigen::MatrixBase<DerivedV>& V,
29 const Eigen::MatrixBase<DerivedF>& F,
30 Eigen::PlainObjectBase<DerivedC>& C);
38 template <
typename Derivedl,
typename DerivedC>
40 const Eigen::MatrixBase<Derivedl>& l,
41 Eigen::PlainObjectBase<DerivedC>& C);
44#ifndef IGL_STATIC_LIBRARY
45# include "cotmatrix_entries.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void cotmatrix_entries(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedC > &C)
Compute the cotmatrix contributions (cotangents) of each angle in mesh (V,F)