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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename MatV , typename MatF , typename MatK >
void igl::arap_linear_block (const MatV &V, const MatF &F, const int d, const igl::ARAPEnergyType energy, MatK &Kd)
 Constructs a block of the matrix which constructs the linear terms of a given arap energy.
 
template<typename MatV , typename MatF , typename MatK >
void igl::arap_linear_block_spokes (const MatV &V, const MatF &F, const int d, MatK &Kd)
 Constructs a block of the matrix which constructs the linear terms for spokes energy.
 
template<typename MatV , typename MatF , typename MatK >
void igl::arap_linear_block_spokes_and_rims (const MatV &V, const MatF &F, const int d, MatK &Kd)
 Constructs a block of the matrix which constructs the linear terms for spokes and rims energy.
 
template<typename MatV , typename MatF , typename MatK >
void igl::arap_linear_block_elements (const MatV &V, const MatF &F, const int d, MatK &Kd)
 Constructs a block of the matrix which constructs the linear terms for per element energy.