coal
3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
The support warm start polytope contains certain points of this
which are support points in specific directions of space. This struct is used to warm start the support function computation for large meshes (num_points
> 32).
More...
#include <coal/shape/geometric_shapes.h>
Public Attributes | |
std::vector< Vec3s > | points |
Array of support points to warm start the support function computation. More... | |
std::vector< int > | indices |
Indices of the support points warm starts. These are the indices of the real convex, not the indices of points in the warm start polytope. More... | |
The support warm start polytope contains certain points of this
which are support points in specific directions of space. This struct is used to warm start the support function computation for large meshes (num_points
> 32).