Public Member Functions | Public Attributes
b2JointDef Struct Reference

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

#include <b2Joint.h>

Inheritance diagram for b2JointDef:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 b2JointDef ()

Public Attributes

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

Detailed Description

Joint definitions are used to construct joints.

Definition at line 74 of file b2Joint.h.


Constructor & Destructor Documentation

b2JointDef::b2JointDef ( ) [inline]

Definition at line 76 of file b2Joint.h.


Member Data Documentation

The first attached body.

Definition at line 92 of file b2Joint.h.

The second attached body.

Definition at line 95 of file b2Joint.h.

Set this flag to true if the attached bodies should collide.

Definition at line 98 of file b2Joint.h.

The joint type is set automatically for concrete joint types.

Definition at line 86 of file b2Joint.h.

Use this to attach application specific data to your joints.

Definition at line 89 of file b2Joint.h.


The documentation for this struct was generated from the following file:


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