Public Attributes | |
int32 | indexA |
int32 | indexB |
uint32 | flags |
float32 | weight |
b2Vec2 | normal |
uint32 b2ParticleContact::flags |
The logical sum of the particle behaviors that have been set.
int32 b2ParticleContact::indexA |
Indices of the respective particles making contact.
b2Vec2 b2ParticleContact::normal |
The normalized direction from A to B.
float32 b2ParticleContact::weight |
Weight of the contact. A value between 0.0f and 1.0f.