![]() |
Box2D
2.2.1
A 2D Physics Engine for Games
|
b2Body (defined in b2Joint) | b2Joint | [friend] |
b2GearJoint(const b2GearJointDef *data) (defined in b2GearJoint) | b2GearJoint | [protected] |
b2GearJoint (defined in b2Joint) | b2Joint | [friend] |
b2Island (defined in b2Joint) | b2Joint | [friend] |
b2Joint (defined in b2GearJoint) | b2GearJoint | [friend] |
b2Joint(const b2JointDef *def) (defined in b2Joint) | b2Joint | [protected] |
b2World (defined in b2Joint) | b2Joint | [friend] |
Create(const b2JointDef *def, b2BlockAllocator *allocator) (defined in b2Joint) | b2Joint | [protected, static] |
Destroy(b2Joint *joint, b2BlockAllocator *allocator) (defined in b2Joint) | b2Joint | [protected, static] |
Dump() | b2GearJoint | [virtual] |
GetAnchorA() const | b2GearJoint | [virtual] |
GetAnchorB() const | b2GearJoint | [virtual] |
GetBodyA() | b2Joint | [inline] |
GetBodyB() | b2Joint | [inline] |
GetCollideConnected() const | b2Joint | [inline] |
GetJoint1() | b2GearJoint | [inline] |
GetJoint2() | b2GearJoint | [inline] |
GetNext() | b2Joint | [inline] |
GetNext() const (defined in b2Joint) | b2Joint | [inline] |
GetRatio() const (defined in b2GearJoint) | b2GearJoint | |
GetReactionForce(float32 inv_dt) const | b2GearJoint | [virtual] |
GetReactionTorque(float32 inv_dt) const | b2GearJoint | [virtual] |
GetType() const | b2Joint | [inline] |
GetUserData() const | b2Joint | [inline] |
InitVelocityConstraints(const b2SolverData &data) (defined in b2GearJoint) | b2GearJoint | [protected, virtual] |
IsActive() const | b2Joint | |
m_bodyA (defined in b2Joint) | b2Joint | [protected] |
m_bodyB (defined in b2Joint) | b2Joint | [protected] |
m_bodyC (defined in b2GearJoint) | b2GearJoint | [protected] |
m_bodyD (defined in b2GearJoint) | b2GearJoint | [protected] |
m_collideConnected (defined in b2Joint) | b2Joint | [protected] |
m_constant (defined in b2GearJoint) | b2GearJoint | [protected] |
m_edgeA (defined in b2Joint) | b2Joint | [protected] |
m_edgeB (defined in b2Joint) | b2Joint | [protected] |
m_iA (defined in b2GearJoint) | b2GearJoint | [protected] |
m_iB (defined in b2GearJoint) | b2GearJoint | [protected] |
m_iC (defined in b2GearJoint) | b2GearJoint | [protected] |
m_iD (defined in b2GearJoint) | b2GearJoint | [protected] |
m_impulse (defined in b2GearJoint) | b2GearJoint | [protected] |
m_index (defined in b2Joint) | b2Joint | [protected] |
m_indexA (defined in b2GearJoint) | b2GearJoint | [protected] |
m_indexB (defined in b2GearJoint) | b2GearJoint | [protected] |
m_indexC (defined in b2GearJoint) | b2GearJoint | [protected] |
m_indexD (defined in b2GearJoint) | b2GearJoint | [protected] |
m_islandFlag (defined in b2Joint) | b2Joint | [protected] |
m_joint1 (defined in b2GearJoint) | b2GearJoint | [protected] |
m_joint2 (defined in b2GearJoint) | b2GearJoint | [protected] |
m_JvAC (defined in b2GearJoint) | b2GearJoint | [protected] |
m_JvBD (defined in b2GearJoint) | b2GearJoint | [protected] |
m_JwA (defined in b2GearJoint) | b2GearJoint | [protected] |
m_JwB (defined in b2GearJoint) | b2GearJoint | [protected] |
m_JwC (defined in b2GearJoint) | b2GearJoint | [protected] |
m_JwD (defined in b2GearJoint) | b2GearJoint | [protected] |
m_lcA (defined in b2GearJoint) | b2GearJoint | [protected] |
m_lcB (defined in b2GearJoint) | b2GearJoint | [protected] |
m_lcC (defined in b2GearJoint) | b2GearJoint | [protected] |
m_lcD (defined in b2GearJoint) | b2GearJoint | [protected] |
m_localAnchorA (defined in b2GearJoint) | b2GearJoint | [protected] |
m_localAnchorB (defined in b2GearJoint) | b2GearJoint | [protected] |
m_localAnchorC (defined in b2GearJoint) | b2GearJoint | [protected] |
m_localAnchorD (defined in b2GearJoint) | b2GearJoint | [protected] |
m_localAxisC (defined in b2GearJoint) | b2GearJoint | [protected] |
m_localAxisD (defined in b2GearJoint) | b2GearJoint | [protected] |
m_mA (defined in b2GearJoint) | b2GearJoint | [protected] |
m_mass (defined in b2GearJoint) | b2GearJoint | [protected] |
m_mB (defined in b2GearJoint) | b2GearJoint | [protected] |
m_mC (defined in b2GearJoint) | b2GearJoint | [protected] |
m_mD (defined in b2GearJoint) | b2GearJoint | [protected] |
m_next (defined in b2Joint) | b2Joint | [protected] |
m_prev (defined in b2Joint) | b2Joint | [protected] |
m_ratio (defined in b2GearJoint) | b2GearJoint | [protected] |
m_referenceAngleA (defined in b2GearJoint) | b2GearJoint | [protected] |
m_referenceAngleB (defined in b2GearJoint) | b2GearJoint | [protected] |
m_type (defined in b2Joint) | b2Joint | [protected] |
m_typeA (defined in b2GearJoint) | b2GearJoint | [protected] |
m_typeB (defined in b2GearJoint) | b2GearJoint | [protected] |
m_userData (defined in b2Joint) | b2Joint | [protected] |
SetRatio(float32 ratio) | b2GearJoint | |
SetUserData(void *data) | b2Joint | [inline] |
SolvePositionConstraints(const b2SolverData &data) (defined in b2GearJoint) | b2GearJoint | [protected, virtual] |
SolveVelocityConstraints(const b2SolverData &data) (defined in b2GearJoint) | b2GearJoint | [protected, virtual] |
~b2Joint() (defined in b2Joint) | b2Joint | [inline, protected, virtual] |