coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
coal::details::ShapeSupportData Struct Reference

Stores temporary data for the computation of support points. More...

#include <coal/narrowphase/support_functions.h>

Public Attributes

std::vector< int8_t > visited
 
Vec3s last_dir = Vec3s::Zero()
 
SupportSet::Polygon polygon
 

Detailed Description

Stores temporary data for the computation of support points.

Member Data Documentation

◆ last_dir

Vec3s coal::details::ShapeSupportData::last_dir = Vec3s::Zero()

◆ polygon

SupportSet::Polygon coal::details::ShapeSupportData::polygon

◆ visited

std::vector<int8_t> coal::details::ShapeSupportData::visited

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