Joint definitions are used to construct joints. More...
#include <b2Joint.h>
Public Member Functions | |
b2JointDef () | |
Public Attributes | |
b2Body * | bodyA |
The first attached body. | |
b2Body * | bodyB |
The second attached body. | |
bool | collideConnected |
Set this flag to true if the attached bodies should collide. | |
b2JointType | type |
The joint type is set automatically for concrete joint types. | |
void * | userData |
Use this to attach application specific data to your joints. |
b2JointDef::b2JointDef | ( | ) | [inline] |
void* b2JointDef::userData |