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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename Scalar , typename Derivedl_intrinsic , typename DerivedF_intrinsic >
void igl::intrinsic_delaunay_cotmatrix (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::SparseMatrix< Scalar > &L, Eigen::PlainObjectBase< Derivedl_intrinsic > &l_intrinsic, Eigen::PlainObjectBase< DerivedF_intrinsic > &F_intrinsic)
 Computes the discrete cotangent Laplacian of a mesh after converting it into its intrinsic Delaunay triangulation (see, e.g., [Fisher et al.
 
template<typename DerivedV , typename DerivedF , typename Scalar >
void igl::intrinsic_delaunay_cotmatrix (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::SparseMatrix< Scalar > &L)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.