Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
arap_linear_block.h File Reference
#include "igl_inline.h"
#include <Eigen/Sparse>
#include <igl/ARAPEnergyType.h>
#include "arap_linear_block.cpp"
+ Include dependency graph for arap_linear_block.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename MatV , typename MatF , typename Scalar >
IGL_INLINE void igl::arap_linear_block (const MatV &V, const MatF &F, const int d, const igl::ARAPEnergyType energy, Eigen::SparseMatrix< Scalar > &Kd)
 
template<typename MatV , typename MatF , typename Scalar >
IGL_INLINE void igl::arap_linear_block_spokes (const MatV &V, const MatF &F, const int d, Eigen::SparseMatrix< Scalar > &Kd)
 
template<typename MatV , typename MatF , typename Scalar >
IGL_INLINE void igl::arap_linear_block_spokes_and_rims (const MatV &V, const MatF &F, const int d, Eigen::SparseMatrix< Scalar > &Kd)
 
template<typename MatV , typename MatF , typename Scalar >
IGL_INLINE void igl::arap_linear_block_elements (const MatV &V, const MatF &F, const int d, Eigen::SparseMatrix< Scalar > &Kd)