#include <b2EdgeAndPolygonContact.h>
Public Member Functions | |
b2EdgeAndPolygonContact (b2Fixture *fixtureA, b2Fixture *fixtureB) | |
void | Evaluate (b2Manifold *manifold, const b2Transform &xfA, const b2Transform &xfB) |
Evaluate this contact with your own manifold and transforms. | |
~b2EdgeAndPolygonContact () | |
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 b2EdgeAndPolygonContact.h.
b2EdgeAndPolygonContact::b2EdgeAndPolygonContact | ( | b2Fixture * | fixtureA, |
b2Fixture * | fixtureB | ||
) |
Definition at line 37 of file b2EdgeAndPolygonContact.cpp.
b2EdgeAndPolygonContact::~b2EdgeAndPolygonContact | ( | ) | [inline] |
Definition at line 34 of file b2EdgeAndPolygonContact.h.
b2Contact * b2EdgeAndPolygonContact::Create | ( | b2Fixture * | fixtureA, |
int32 | indexA, | ||
b2Fixture * | fixtureB, | ||
int32 | indexB, | ||
b2BlockAllocator * | allocator | ||
) | [static] |
Reimplemented from b2Contact.
Definition at line 25 of file b2EdgeAndPolygonContact.cpp.
void b2EdgeAndPolygonContact::Destroy | ( | b2Contact * | contact, |
b2BlockAllocator * | allocator | ||
) | [static] |
Reimplemented from b2Contact.
Definition at line 31 of file b2EdgeAndPolygonContact.cpp.
void b2EdgeAndPolygonContact::Evaluate | ( | b2Manifold * | manifold, |
const b2Transform & | xfA, | ||
const b2Transform & | xfB | ||
) | [virtual] |
Evaluate this contact with your own manifold and transforms.
Implements b2Contact.
Definition at line 44 of file b2EdgeAndPolygonContact.cpp.