Searched defs:ShouldCollide (Results 1 – 3 of 3) sorted by relevance
24 bool b2ContactFilter::ShouldCollide(b2Fixture* fixtureA, b2Fixture* fixtureB) in ShouldCollide() function in b2ContactFilter
394 bool b2Body::ShouldCollide(const b2Body* other) const in ShouldCollide() function in b2Body
49 virtual bool ShouldCollide(b2Fixture* fixtureA, b2Fixture* fixtureB) in ShouldCollide() function in CustomContactFilter