This is the complete list of members for
b2MotorJoint, including all inherited members.
| b2Body class | b2Joint | [friend] |
| b2GearJoint class | b2Joint | [friend] |
| b2Island class | b2Joint | [friend] |
| b2Joint class | b2MotorJoint | [friend] |
| b2Joint::b2Joint(const b2JointDef *def) | b2Joint | [protected] |
| b2MotorJoint(const b2MotorJointDef *def) | b2MotorJoint | [protected] |
| b2World class | b2Joint | [friend] |
| Create(const b2JointDef *def, b2BlockAllocator *allocator) | b2Joint | [protected, static] |
| Destroy(b2Joint *joint, b2BlockAllocator *allocator) | b2Joint | [protected, static] |
| Dump() | b2MotorJoint | [virtual] |
| GetAnchorA() const | b2MotorJoint | [virtual] |
| GetAnchorB() const | b2MotorJoint | [virtual] |
| GetAngularOffset() const | b2MotorJoint | |
| GetBodyA() | b2Joint | [inline] |
| GetBodyB() | b2Joint | [inline] |
| GetCollideConnected() const | b2Joint | [inline] |
| GetCorrectionFactor() const | b2MotorJoint | |
| GetLinearOffset() const | b2MotorJoint | |
| GetMaxForce() const | b2MotorJoint | |
| GetMaxTorque() const | b2MotorJoint | |
| GetNext() | b2Joint | [inline] |
| GetNext() const | b2Joint | [inline] |
| GetReactionForce(float32 inv_dt) const | b2MotorJoint | [virtual] |
| GetReactionTorque(float32 inv_dt) const | b2MotorJoint | [virtual] |
| GetType() const | b2Joint | [inline] |
| GetUserData() const | b2Joint | [inline] |
| InitVelocityConstraints(const b2SolverData &data) | b2MotorJoint | [protected, virtual] |
| IsActive() const | b2Joint | |
| m_angularError | b2MotorJoint | [protected] |
| m_angularImpulse | b2MotorJoint | [protected] |
| m_angularMass | b2MotorJoint | [protected] |
| m_angularOffset | b2MotorJoint | [protected] |
| m_bodyA | b2Joint | [protected] |
| m_bodyB | b2Joint | [protected] |
| m_collideConnected | b2Joint | [protected] |
| m_correctionFactor | b2MotorJoint | [protected] |
| m_edgeA | b2Joint | [protected] |
| m_edgeB | b2Joint | [protected] |
| m_index | b2Joint | [protected] |
| m_indexA | b2MotorJoint | [protected] |
| m_indexB | b2MotorJoint | [protected] |
| m_invIA | b2MotorJoint | [protected] |
| m_invIB | b2MotorJoint | [protected] |
| m_invMassA | b2MotorJoint | [protected] |
| m_invMassB | b2MotorJoint | [protected] |
| m_islandFlag | b2Joint | [protected] |
| m_linearError | b2MotorJoint | [protected] |
| m_linearImpulse | b2MotorJoint | [protected] |
| m_linearMass | b2MotorJoint | [protected] |
| m_linearOffset | b2MotorJoint | [protected] |
| m_localCenterA | b2MotorJoint | [protected] |
| m_localCenterB | b2MotorJoint | [protected] |
| m_maxForce | b2MotorJoint | [protected] |
| m_maxTorque | b2MotorJoint | [protected] |
| m_next | b2Joint | [protected] |
| m_prev | b2Joint | [protected] |
| m_rA | b2MotorJoint | [protected] |
| m_rB | b2MotorJoint | [protected] |
| m_type | b2Joint | [protected] |
| m_userData | b2Joint | [protected] |
| SetAngularOffset(float32 angularOffset) | b2MotorJoint | |
| SetCorrectionFactor(float32 factor) | b2MotorJoint | |
| SetLinearOffset(const b2Vec2 &linearOffset) | b2MotorJoint | |
| SetMaxForce(float32 force) | b2MotorJoint | |
| SetMaxTorque(float32 torque) | b2MotorJoint | |
| SetUserData(void *data) | b2Joint | [inline] |
| ShiftOrigin(const b2Vec2 &newOrigin) | b2Joint | [inline, virtual] |
| SolvePositionConstraints(const b2SolverData &data) | b2MotorJoint | [protected, virtual] |
| SolveVelocityConstraints(const b2SolverData &data) | b2MotorJoint | [protected, virtual] |
| ~b2Joint() | b2Joint | [inline, protected, virtual] |