#include <b2Collision.h>
Public Types | |
| enum | Type { e_vertex = 0, e_face = 1 } |
Public Attributes | |
| uint8 | indexA |
| Feature index on shapeA. More... | |
| uint8 | indexB |
| Feature index on shapeB. More... | |
| uint8 | typeA |
| The feature type on shapeA. More... | |
| uint8 | typeB |
| The feature type on shapeB. More... | |
The features that intersect to form the contact point This must be 4 bytes or less.
Definition at line 38 of file b2Collision.h.
| Enumerator | |
|---|---|
| e_vertex | |
| e_face | |
Definition at line 40 of file b2Collision.h.
| uint8 b2ContactFeature::indexA |
Feature index on shapeA.
Definition at line 46 of file b2Collision.h.
| uint8 b2ContactFeature::indexB |
Feature index on shapeB.
Definition at line 47 of file b2Collision.h.
| uint8 b2ContactFeature::typeA |
The feature type on shapeA.
Definition at line 48 of file b2Collision.h.
| uint8 b2ContactFeature::typeB |
The feature type on shapeB.
Definition at line 49 of file b2Collision.h.