Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
procrustes.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Geometry>
#include "procrustes.cpp"
+ Include dependency graph for procrustes.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 DerivedX , typename DerivedY , typename Scalar , typename DerivedR , typename DerivedT >
IGL_INLINE void igl::procrustes (const Eigen::PlainObjectBase< DerivedX > &X, const Eigen::PlainObjectBase< DerivedY > &Y, bool includeScaling, bool includeReflections, Scalar &scale, Eigen::PlainObjectBase< DerivedR > &R, Eigen::PlainObjectBase< DerivedT > &t)
 
template<typename DerivedX , typename DerivedY , typename Scalar , int DIM, int TType>
IGL_INLINE void igl::procrustes (const Eigen::PlainObjectBase< DerivedX > &X, const Eigen::PlainObjectBase< DerivedY > &Y, bool includeScaling, bool includeReflections, Eigen::Transform< Scalar, DIM, TType > &T)
 
template<typename DerivedX , typename DerivedY , typename DerivedR , typename DerivedT >
IGL_INLINE void igl::procrustes (const Eigen::PlainObjectBase< DerivedX > &X, const Eigen::PlainObjectBase< DerivedY > &Y, bool includeScaling, bool includeReflections, Eigen::PlainObjectBase< DerivedR > &S, Eigen::PlainObjectBase< DerivedT > &t)
 
template<typename DerivedX , typename DerivedY , typename DerivedR , typename DerivedT >
IGL_INLINE void igl::procrustes (const Eigen::PlainObjectBase< DerivedX > &X, const Eigen::PlainObjectBase< DerivedY > &Y, Eigen::PlainObjectBase< DerivedR > &R, Eigen::PlainObjectBase< DerivedT > &t)
 
template<typename DerivedX , typename DerivedY , typename Scalar , typename DerivedT >
IGL_INLINE void igl::procrustes (const Eigen::PlainObjectBase< DerivedX > &X, const Eigen::PlainObjectBase< DerivedY > &Y, Eigen::Rotation2D< Scalar > &R, Eigen::PlainObjectBase< DerivedT > &t)