coal 3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
The simplex list of EPA is a linked list of faces. Note: EPA's linked list does not own any memory. The memory it refers to is contiguous and owned by a std::vector. More...
#include <coal/narrowphase/gjk.h>
Public Member Functions | |
SimplexFaceList () | |
void | reset () |
void | append (SimplexFace *face) |
void | remove (SimplexFace *face) |
Public Attributes | |
SimplexFace * | root |
size_t | count |
The simplex list of EPA is a linked list of faces. Note: EPA's linked list does not own any memory. The memory it refers to is contiguous and owned by a std::vector.
|
inline |
|
inline |
|
inline |
|
inline |
size_t coal::details::EPA::SimplexFaceList::count |
SimplexFace* coal::details::EPA::SimplexFaceList::root |