Connection between three particles. More...
#include <b2ParticleSystem.h>
Public Attributes | |
| int32 | indexA |
| Indices of the respective particles making triad. | |
| int32 | indexB |
| int32 | indexC |
| uint32 | flags |
| The logical sum of the particle flags. See the b2ParticleFlag enum. | |
| float32 | strength |
| The strength of cohesion among the particles. | |
| b2Vec2 | pa |
| Values used for calculation. | |
| b2Vec2 | pb |
| b2Vec2 | pc |
| float32 | ka |
| float32 | kb |
| float32 | kc |
| float32 | s |
Connection between three particles.