libigl v2.5.0
Loading...
Searching...
No Matches
dqs.h File Reference
#include "igl_inline.h"
#include <vector>
#include <Eigen/Core>
#include "dqs.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedW , typename Q , typename QAlloc , typename T , typename DerivedU >
void igl::dqs (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedW > &W, const std::vector< Q, QAlloc > &vQ, const std::vector< T > &vT, Eigen::PlainObjectBase< DerivedU > &U)
 Dual quaternion skinning.