| Property | Defined by | ||
|---|---|---|---|
![]()  | m_body1 : b2Body | b2Joint | |
![]()  | m_body2 : b2Body | b2Joint | |
![]()  | m_collideConnected : Boolean | b2Joint | |
| m_constant : Number | b2GearJoint | ||
| m_ground1 : b2Body | b2GearJoint | ||
| m_ground2 : b2Body | b2GearJoint | ||
| m_groundAnchor1 : b2Vec2 | b2GearJoint | ||
| m_groundAnchor2 : b2Vec2 | b2GearJoint | ||
| m_impulse : Number | b2GearJoint | ||
![]()  | m_islandFlag : Boolean | b2Joint | |
| m_J : b2Jacobian | b2GearJoint | ||
| m_localAnchor1 : b2Vec2 | b2GearJoint | ||
| m_localAnchor2 : b2Vec2 | b2GearJoint | ||
| m_mass : Number | b2GearJoint | ||
![]()  | m_next : b2Joint | b2Joint | |
![]()  | m_node1 : b2JointNode | b2Joint | |
![]()  | m_node2 : b2JointNode | b2Joint | |
![]()  | m_prev : b2Joint | b2Joint | |
| m_prismatic1 : b2PrismaticJoint | b2GearJoint | ||
| m_prismatic2 : b2PrismaticJoint | b2GearJoint | ||
| m_ratio : Number | b2GearJoint | ||
| m_revolute1 : b2RevoluteJoint | b2GearJoint | ||
| m_revolute2 : b2RevoluteJoint | b2GearJoint | ||
![]()  | m_type : int | b2Joint | |
![]()  | m_userData : * | b2Joint | |
| Method | Defined by | ||
|---|---|---|---|
| b2GearJoint | |||
![]()  | 
 [static] 
 | b2Joint | |
![]()  | 
 [static] 
 | b2Joint | |
| b2GearJoint | |||
| b2GearJoint | |||
![]()  | b2Joint | ||
![]()  | b2Joint | ||
![]()  | b2Joint | ||
| 
 
GetRatio():Number 
 | b2GearJoint | ||
| 
 
GetReactionForce(invTimeStep:Number):b2Vec2
 
 | b2GearJoint | ||
| 
 
GetReactionTorque(invTimeStep:Number):Number 
 | b2GearJoint | ||
![]()  | 
 
GetType():int 
 | b2Joint | |
![]()  | 
 
GetUserData():* 
 | b2Joint | |
![]()  | 
 
PreparePositionSolver():void 
 | b2Joint | |
| 
 
PrepareVelocitySolver():void 
 | b2GearJoint | ||
| 
 
SolvePositionConstraints():Boolean 
 | b2GearJoint | ||
| 
 
SolveVelocityConstraints(step:b2TimeStep):void 
 | b2GearJoint | ||
| m_constant | property | 
public var m_constant:Number
| m_ground1 | property | 
public var m_ground1:b2Body
| m_ground2 | property | 
public var m_ground2:b2Body
| m_groundAnchor1 | property | 
public var m_groundAnchor1:b2Vec2
| m_groundAnchor2 | property | 
public var m_groundAnchor2:b2Vec2
| m_impulse | property | 
public var m_impulse:Number
| m_J | property | 
public var m_J:b2Jacobian
| m_localAnchor1 | property | 
public var m_localAnchor1:b2Vec2
| m_localAnchor2 | property | 
public var m_localAnchor2:b2Vec2
| m_mass | property | 
public var m_mass:Number
| m_prismatic1 | property | 
public var m_prismatic1:b2PrismaticJoint
| m_prismatic2 | property | 
public var m_prismatic2:b2PrismaticJoint
| m_ratio | property | 
public var m_ratio:Number
| m_revolute1 | property | 
public var m_revolute1:b2RevoluteJoint
| m_revolute2 | property | 
public var m_revolute2:b2RevoluteJoint
| b2GearJoint | () | constructor | 
| GetAnchor1 | () | method | 
| GetAnchor2 | () | method | 
| GetRatio | () | method | 
public function GetRatio():Number
Returns
Number | 
| GetReactionForce | () | method | 
public override function GetReactionForce(invTimeStep:Number):b2Vec2Parameters
invTimeStep:Number | 
b2Vec2 | 
| GetReactionTorque | () | method | 
public override function GetReactionTorque(invTimeStep:Number):NumberParameters
invTimeStep:Number | 
Number | 
| PrepareVelocitySolver | () | method | 
public override function PrepareVelocitySolver():void
| SolvePositionConstraints | () | method | 
public override function SolvePositionConstraints():Boolean
Returns
Boolean | 
| SolveVelocityConstraints | () | method |