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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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)