|
| 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) |
| |