#include <b2Distance.h>
Public Attributes | |
| uint16 | count |
| uint8 | indexA [3] |
| vertices on shape A More... | |
| uint8 | indexB [3] |
| vertices on shape B More... | |
| float32 | metric |
| length or area More... | |
Used to warm start b2Distance. Set count to zero on first call.
Definition at line 57 of file b2Distance.h.
| uint16 b2SimplexCache::count |
Definition at line 60 of file b2Distance.h.
| uint8 b2SimplexCache::indexA[3] |
vertices on shape A
Definition at line 61 of file b2Distance.h.
| uint8 b2SimplexCache::indexB[3] |
vertices on shape B
Definition at line 62 of file b2Distance.h.
| float32 b2SimplexCache::metric |
length or area
Definition at line 59 of file b2Distance.h.