Public Member Functions | |
| void | SetIndices (int32 a, int32 b) |
| void | SetWeight (float32 w) |
| void | SetNormal (const b2Vec2 &n) |
| void | SetFlags (uint32 f) |
| int32 | GetIndexA () const |
| int32 | GetIndexB () const |
| float32 | GetWeight () const |
| const b2Vec2 & | GetNormal () const |
| uint32 | GetFlags () const |
| bool | operator== (const b2ParticleContact &rhs) const |
| bool | operator!= (const b2ParticleContact &rhs) const |
| bool | ApproximatelyEqual (const b2ParticleContact &rhs) const |