Box2D: b2JointDef Struct Reference

Box2D

b2JointDef Struct Reference

Joint definitions are used to construct joints. More...

Inheritance diagram for b2JointDef:

b2DistanceJointDef b2GearJointDef b2MouseJointDef b2PrismaticJointDef b2PulleyJointDef b2RevoluteJointDef

List of all members.

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.
b2Bodybody1
 The first attached body.
b2Bodybody2
 The second attached body.
bool collideConnected
 Set this flag to true if the attached bodies should collide.

Detailed Description

Joint definitions are used to construct joints.
The documentation for this struct was generated from the following file:
  • b2Joint.h

Generated on Sun Apr 13 15:21:27 2008 for Box2D by  doxygen 1.5.4