A simplex is a set of up to 4 vertices. Its rank is the number of vertices it contains.
More...
#include <coal/narrowphase/gjk.h>
A simplex is a set of up to 4 vertices. Its rank is the number of vertices it contains.
- Note
- This data structure does not own the vertices it refers to. To be efficient, the constructor of
GJK
creates storage for 4 vertices. Since GJK does not need any more storage, it reuses these vertices throughout the algorithm by using multiple instance of this Simplex
class.
◆ Simplex()
coal::details::GJK::Simplex::Simplex |
( |
| ) |
|
|
inline |
◆ reset()
void coal::details::GJK::Simplex::reset |
( |
| ) |
|
|
inline |
◆ rank
size of simplex (number of vertices)
◆ vertex
SimplexV* coal::details::GJK::Simplex::vertex[4] |
The documentation for this struct was generated from the following file:
- include/coal/narrowphase/gjk.h