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