Connection between two particles. More...
#include <b2ParticleSystem.h>
Public Attributes | |
int32 | indexA |
Indices of the respective particles making pair. | |
int32 | indexB |
uint32 | flags |
The logical sum of the particle flags. See the b2ParticleFlag enum. | |
float32 | strength |
The strength of cohesion among the particles. | |
float32 | distance |
The initial distance of the particles. | |
Connection between two particles.