libigl v2.5.0
|
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. | |