Struct GJK::Simplex
Defined in File gjk.h
Nested Relationships
This struct is a nested type of Struct GJK.
Struct Documentation
-
struct Simplex
Public Functions
-
inline Simplex()
Public Members
-
SimplexV *vertex[4]
simplex vertex
-
vertex_id_t rank
size of simplex (number of vertices)
-
inline Simplex()