#include "dqs.h" #include template < typename DerivedV, typename DerivedW, typename Q, typename T, typename DerivedU> IGL_INLINE void igl::dqs( const Eigen::PlainObjectBase & V, const Eigen::PlainObjectBase & W, const std::vector & vQ, const std::vector & vT, Eigen::PlainObjectBase & U) { using namespace std; using namespace igl; assert(V.rows() <= W.rows()); assert(W.cols() == (int)vQ.size()); assert(W.cols() == (int)vT.size()); // resize output U.resize(V.rows(),V.cols()); // Convert quats + trans into dual parts vector vD(vQ.size()); for(int c = 0;c10000) for(int i = 0;i, Eigen::Matrix, Eigen::Quaternion, Eigen::Matrix, Eigen::Matrix >(Eigen::PlainObjectBase > const&, Eigen::PlainObjectBase > const&, std::vector, std::allocator > > const&, std::vector, std::allocator > > const&, Eigen::PlainObjectBase >&); #endif