#include <b2ChainAndPolygonContact.h>

Public Member Functions | |
| b2ChainAndPolygonContact (b2Fixture *fixtureA, int32 indexA, b2Fixture *fixtureB, int32 indexB) | |
| void | Evaluate (b2Manifold *manifold, const b2Transform &xfA, const b2Transform &xfB) |
| Evaluate this contact with your own manifold and transforms. | |
| ~b2ChainAndPolygonContact () | |
Static Public Member Functions | |
| static b2Contact * | Create (b2Fixture *fixtureA, int32 indexA, b2Fixture *fixtureB, int32 indexB, b2BlockAllocator *allocator) |
| static void | Destroy (b2Contact *contact, b2BlockAllocator *allocator) |
Definition at line 26 of file b2ChainAndPolygonContact.h.
| b2ChainAndPolygonContact::b2ChainAndPolygonContact | ( | b2Fixture * | fixtureA, |
| int32 | indexA, | ||
| b2Fixture * | fixtureB, | ||
| int32 | indexB | ||
| ) |
Definition at line 39 of file b2ChainAndPolygonContact.cpp.
| b2ChainAndPolygonContact::~b2ChainAndPolygonContact | ( | ) | [inline] |
Definition at line 34 of file b2ChainAndPolygonContact.h.
| b2Contact * b2ChainAndPolygonContact::Create | ( | b2Fixture * | fixtureA, |
| int32 | indexA, | ||
| b2Fixture * | fixtureB, | ||
| int32 | indexB, | ||
| b2BlockAllocator * | allocator | ||
| ) | [static] |
Reimplemented from b2Contact.
Definition at line 27 of file b2ChainAndPolygonContact.cpp.
| void b2ChainAndPolygonContact::Destroy | ( | b2Contact * | contact, |
| b2BlockAllocator * | allocator | ||
| ) | [static] |
Reimplemented from b2Contact.
Definition at line 33 of file b2ChainAndPolygonContact.cpp.
| void b2ChainAndPolygonContact::Evaluate | ( | b2Manifold * | manifold, |
| const b2Transform & | xfA, | ||
| const b2Transform & | xfB | ||
| ) | [virtual] |
Evaluate this contact with your own manifold and transforms.
Implements b2Contact.
Definition at line 46 of file b2ChainAndPolygonContact.cpp.