ComputeAABB(b2AABB *aabb, const b2XForm &xf) const =0 | b2Shape | [pure virtual] |
ComputeMass(b2MassData *massData) const =0 | b2Shape | [pure virtual] |
ComputeSweptAABB(b2AABB *aabb, const b2XForm &xf1, const b2XForm &xf2) const =0 | b2Shape | [pure virtual] |
GetBody() | b2Shape | [inline] |
GetNext() | b2Shape | [inline] |
GetType() const | b2Shape | [inline] |
GetUserData() | b2Shape | [inline] |
IsSensor() const | b2Shape | [inline] |
TestPoint(const b2XForm &xf, const b2Vec2 &p) const =0 | b2Shape | [pure virtual] |
TestSegment(const b2XForm &xf, float32 *lambda, b2Vec2 *normal, const b2Segment &segment, float32 maxLambda) const =0 | b2Shape | [pure virtual] |