Structure containing the return value for the reachable algorithm. More...
#include <pinocchio/extra/reachable-workspace.hpp>
Public Attributes | |
Eigen::MatrixXi | faces |
Eigen::MatrixXd | vertex |
Structure containing the return value for the reachable algorithm.
vertex | Matrix where all vertex coordinates will be stored. |
faces | Matrix where index of vertices linked to each facets will be stored. |
Definition at line 25 of file reachable-workspace.hpp.