|  | Box2D
    2.3.0
    A 2D Physics Engine for Games | 
Joint definitions are used to construct joints. More...
#include <b2Joint.h>
 
  
 | Public Attributes | |
| b2JointType | type | 
| The joint type is set automatically for concrete joint types. | |
| void * | userData | 
| Use this to attach application specific data to your joints. | |
| 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. | |
Joint definitions are used to construct joints.
 1.8.11
 1.8.11