Lagrange
SkinningExtractNResult< Scalar, Index > Struct Template Reference

Public Attributes

Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > weights
 |V| x n weights (scalar). More...
 
Eigen::Matrix< Index, Eigen::Dynamic, Eigen::Dynamic > indices
 |V| x n indices (index). More...
 

Member Data Documentation

◆ weights

Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic> weights

|V| x n weights (scalar).

For each vertex, this will include the n most important weights.

◆ indices

Eigen::Matrix<Index, Eigen::Dynamic, Eigen::Dynamic> indices

|V| x n indices (index).

For each vertex, this will be the index of the n most important.


The documentation for this struct was generated from the following file: