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 <gjk.h>
Public Member Functions | |
| void | append (SimplexFace *face) |
| void | remove (SimplexFace *face) |
| void | reset () |
| SimplexFaceList () | |
Public Attributes | |
| size_t | count |
| SimplexFace * | root |
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.
Definition at line 281 of file coal/narrowphase/gjk.h.
|
inline |
Definition at line 284 of file coal/narrowphase/gjk.h.
|
inline |
Definition at line 291 of file coal/narrowphase/gjk.h.
|
inline |
Definition at line 299 of file coal/narrowphase/gjk.h.
|
inline |
Definition at line 286 of file coal/narrowphase/gjk.h.
| size_t coal::details::EPA::SimplexFaceList::count |
Definition at line 283 of file coal/narrowphase/gjk.h.
| SimplexFace* coal::details::EPA::SimplexFaceList::root |
Definition at line 282 of file coal/narrowphase/gjk.h.