#include <b2_distance.h>
Public Attributes | |
uint16 | count |
uint8 | indexA [3] |
vertices on shape A More... | |
uint8 | indexB [3] |
vertices on shape B More... | |
float | metric |
length or area More... | |
Used to warm start b2Distance. Set count to zero on first call.
Definition at line 65 of file b2_distance.h.
uint16 b2SimplexCache::count |
Definition at line 68 of file b2_distance.h.
uint8 b2SimplexCache::indexA[3] |
vertices on shape A
Definition at line 69 of file b2_distance.h.
uint8 b2SimplexCache::indexB[3] |
vertices on shape B
Definition at line 70 of file b2_distance.h.
float b2SimplexCache::metric |
length or area
Definition at line 67 of file b2_distance.h.