Box2D  2.3.0
A 2D Physics Engine for Games
Public Attributes | List of all members
b2JointDef Struct Reference

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

#include <b2Joint.h>

Inheritance diagram for b2JointDef:
b2DistanceJointDef b2FrictionJointDef b2GearJointDef b2MotorJointDef b2MouseJointDef b2PrismaticJointDef b2PulleyJointDef b2RevoluteJointDef b2RopeJointDef b2WeldJointDef b2WheelJointDef

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.
 
b2BodybodyA
 The first attached body.
 
b2BodybodyB
 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: