Box2D
2.2.1
Box2D API Reference for Kobold2D developers
|
#include <b2Collision.h>
Public Types | |
enum | Type { e_vertex = 0, e_face = 1 } |
Public Attributes | |
uint8 | indexA |
Feature index on shapeA. | |
uint8 | indexB |
Feature index on shapeB. | |
uint8 | typeA |
The feature type on shapeA. | |
uint8 | typeB |
The feature type on shapeB. |
The features that intersect to form the contact point This must be 4 bytes or less.
uint8 b2ContactFeature::indexA |
Feature index on shapeA.
uint8 b2ContactFeature::indexB |
Feature index on shapeB.
uint8 b2ContactFeature::typeA |
The feature type on shapeA.
uint8 b2ContactFeature::typeB |
The feature type on shapeB.