![]() |
Prusa Slicer 2.6.0
|
#include "igl_inline.h"#include "min_quad_with_fixed.h"#include "ARAPEnergyType.h"#include <Eigen/Core>#include <Eigen/Sparse>#include "arap.cpp"
Include dependency graph for arap.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | igl::ARAPData |
Namespaces | |
| namespace | igl |
Functions | |
| template<typename DerivedV , typename DerivedF , typename Derivedb > | |
| IGL_INLINE bool | igl::arap_precomputation (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const int dim, const Eigen::PlainObjectBase< Derivedb > &b, ARAPData &data) |
| template<typename Derivedbc , typename DerivedU > | |
| IGL_INLINE bool | igl::arap_solve (const Eigen::PlainObjectBase< Derivedbc > &bc, ARAPData &data, Eigen::PlainObjectBase< DerivedU > &U) |