#include "igl_inline.h"
#include <Eigen/Core>
#include "cotmatrix_entries.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedC > |
void | igl::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)
|
|
template<typename Derivedl , typename DerivedC > |
void | igl::cotmatrix_entries (const Eigen::MatrixBase< Derivedl > &l, Eigen::PlainObjectBase< DerivedC > &C) |
| Compute the cotmatrix contributions (cotangents) of each angle in mesh with edge lengths (l)
|
|