Stores temporary data for the computation of support points. More...
#include <support_functions.h>
Public Attributes | |
Vec3s | last_dir = Vec3s::Zero() |
SupportSet::Polygon | polygon |
std::vector< int8_t > | visited |
Stores temporary data for the computation of support points.
Definition at line 80 of file coal/narrowphase/support_functions.h.
Vec3s coal::details::ShapeSupportData::last_dir = Vec3s::Zero() |
Definition at line 86 of file coal/narrowphase/support_functions.h.
SupportSet::Polygon coal::details::ShapeSupportData::polygon |
Definition at line 90 of file coal/narrowphase/support_functions.h.
std::vector<int8_t> coal::details::ShapeSupportData::visited |
Definition at line 82 of file coal/narrowphase/support_functions.h.