Public Member Functions | Static Public Member Functions
b2PolygonContact Class Reference

#include <b2PolygonContact.h>

Inheritance diagram for b2PolygonContact:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 b2PolygonContact (b2Fixture *fixtureA, b2Fixture *fixtureB)
void Evaluate (b2Manifold *manifold, const b2Transform &xfA, const b2Transform &xfB)
 Evaluate this contact with your own manifold and transforms.
 ~b2PolygonContact ()

Static Public Member Functions

static b2ContactCreate (b2Fixture *fixtureA, int32 indexA, b2Fixture *fixtureB, int32 indexB, b2BlockAllocator *allocator)
static void Destroy (b2Contact *contact, b2BlockAllocator *allocator)

Detailed Description

Definition at line 26 of file b2PolygonContact.h.


Constructor & Destructor Documentation

b2PolygonContact::b2PolygonContact ( b2Fixture fixtureA,
b2Fixture fixtureB 
)

Definition at line 40 of file b2PolygonContact.cpp.

Definition at line 34 of file b2PolygonContact.h.


Member Function Documentation

b2Contact * b2PolygonContact::Create ( b2Fixture fixtureA,
int32  indexA,
b2Fixture fixtureB,
int32  indexB,
b2BlockAllocator allocator 
) [static]

Reimplemented from b2Contact.

Definition at line 28 of file b2PolygonContact.cpp.

void b2PolygonContact::Destroy ( b2Contact contact,
b2BlockAllocator allocator 
) [static]

Reimplemented from b2Contact.

Definition at line 34 of file b2PolygonContact.cpp.

void b2PolygonContact::Evaluate ( b2Manifold manifold,
const b2Transform xfA,
const b2Transform xfB 
) [virtual]

Evaluate this contact with your own manifold and transforms.

Implements b2Contact.

Definition at line 47 of file b2PolygonContact.cpp.


The documentation for this class was generated from the following files:


mvsim
Author(s):
autogenerated on Thu Sep 7 2017 09:27:49