Box2D  2.2.1
Box2D API Reference for Kobold2D developers
b2RevoluteJoint Member List
This is the complete list of members for b2RevoluteJoint, including all inherited members.
b2Body (defined in b2Joint)b2Joint [friend]
b2GearJoint (defined in b2RevoluteJoint)b2RevoluteJoint [friend]
b2Island (defined in b2Joint)b2Joint [friend]
b2Joint (defined in b2RevoluteJoint)b2RevoluteJoint [friend]
b2Joint(const b2JointDef *def) (defined in b2Joint)b2Joint [protected]
b2RevoluteJoint(const b2RevoluteJointDef *def) (defined in b2RevoluteJoint)b2RevoluteJoint [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()b2RevoluteJoint [virtual]
EnableLimit(bool flag)b2RevoluteJoint
EnableMotor(bool flag)b2RevoluteJoint
GetAnchorA() const b2RevoluteJoint [virtual]
GetAnchorB() const b2RevoluteJoint [virtual]
GetBodyA()b2Joint [inline]
GetBodyB()b2Joint [inline]
GetCollideConnected() const b2Joint [inline]
GetJointAngle() const b2RevoluteJoint
GetJointSpeed() const b2RevoluteJoint
GetLocalAnchorA() const b2RevoluteJoint [inline]
GetLocalAnchorB() const b2RevoluteJoint [inline]
GetLowerLimit() const b2RevoluteJoint
GetMaxMotorTorque() const (defined in b2RevoluteJoint)b2RevoluteJoint [inline]
GetMotorSpeed() const b2RevoluteJoint [inline]
GetMotorTorque(float32 inv_dt) const b2RevoluteJoint
GetNext()b2Joint [inline]
GetNext() const (defined in b2Joint)b2Joint [inline]
GetReactionForce(float32 inv_dt) const b2RevoluteJoint [virtual]
GetReactionTorque(float32 inv_dt) const b2RevoluteJoint [virtual]
GetReferenceAngle() const b2RevoluteJoint [inline]
GetType() const b2Joint [inline]
GetUpperLimit() const b2RevoluteJoint
GetUserData() const b2Joint [inline]
InitVelocityConstraints(const b2SolverData &data) (defined in b2RevoluteJoint)b2RevoluteJoint [protected, virtual]
IsActive() const b2Joint
IsLimitEnabled() const b2RevoluteJoint
IsMotorEnabled() const b2RevoluteJoint
m_bodyA (defined in b2Joint)b2Joint [protected]
m_bodyB (defined in b2Joint)b2Joint [protected]
m_collideConnected (defined in b2Joint)b2Joint [protected]
m_edgeA (defined in b2Joint)b2Joint [protected]
m_edgeB (defined in b2Joint)b2Joint [protected]
m_enableLimit (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_enableMotor (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_impulse (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_index (defined in b2Joint)b2Joint [protected]
m_indexA (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_indexB (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_invIA (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_invIB (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_invMassA (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_invMassB (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_islandFlag (defined in b2Joint)b2Joint [protected]
m_limitState (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_localAnchorA (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_localAnchorB (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_localCenterA (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_localCenterB (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_lowerAngle (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_mass (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_maxMotorTorque (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_motorImpulse (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_motorMass (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_motorSpeed (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_next (defined in b2Joint)b2Joint [protected]
m_prev (defined in b2Joint)b2Joint [protected]
m_rA (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_rB (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_referenceAngle (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_type (defined in b2Joint)b2Joint [protected]
m_upperAngle (defined in b2RevoluteJoint)b2RevoluteJoint [protected]
m_userData (defined in b2Joint)b2Joint [protected]
SetLimits(float32 lower, float32 upper)b2RevoluteJoint
SetMaxMotorTorque(float32 torque)b2RevoluteJoint
SetMotorSpeed(float32 speed)b2RevoluteJoint
SetUserData(void *data)b2Joint [inline]
SolvePositionConstraints(const b2SolverData &data) (defined in b2RevoluteJoint)b2RevoluteJoint [protected, virtual]
SolveVelocityConstraints(const b2SolverData &data) (defined in b2RevoluteJoint)b2RevoluteJoint [protected, virtual]
~b2Joint() (defined in b2Joint)b2Joint [inline, protected, virtual]