| Property | Defined by | ||
|---|---|---|---|
| b2_minPulleyLength : Number = 30.0 [static]
| b2PulleyJoint | ||
![]() | m_body1 : b2Body | b2Joint | |
![]() | m_body2 : b2Body | b2Joint | |
![]() | m_collideConnected : Boolean | b2Joint | |
| m_constant : Number | b2PulleyJoint | ||
| m_ground : b2Body | b2PulleyJoint | ||
| m_groundAnchor1 : b2Vec2 | b2PulleyJoint | ||
| m_groundAnchor2 : b2Vec2 | b2PulleyJoint | ||
![]() | m_islandFlag : Boolean | b2Joint | |
| m_limitImpulse1 : Number | b2PulleyJoint | ||
| m_limitImpulse2 : Number | b2PulleyJoint | ||
| m_limitMass1 : Number | b2PulleyJoint | ||
| m_limitMass2 : Number | b2PulleyJoint | ||
| m_limitPositionImpulse1 : Number | b2PulleyJoint | ||
| m_limitPositionImpulse2 : Number | b2PulleyJoint | ||
| m_limitState1 : int | b2PulleyJoint | ||
| m_limitState2 : int | b2PulleyJoint | ||
| m_localAnchor1 : b2Vec2 | b2PulleyJoint | ||
| m_localAnchor2 : b2Vec2 | b2PulleyJoint | ||
| m_maxLength1 : Number | b2PulleyJoint | ||
| m_maxLength2 : Number | b2PulleyJoint | ||
![]() | m_next : b2Joint | b2Joint | |
![]() | m_node1 : b2JointNode | b2Joint | |
![]() | m_node2 : b2JointNode | b2Joint | |
![]() | m_prev : b2Joint | b2Joint | |
| m_pulleyImpulse : Number | b2PulleyJoint | ||
| m_pulleyMass : Number | b2PulleyJoint | ||
| m_ratio : Number | b2PulleyJoint | ||
![]() | m_type : int | b2Joint | |
| m_u1 : b2Vec2 | b2PulleyJoint | ||
| m_u2 : b2Vec2 | b2PulleyJoint | ||
![]() | m_userData : * | b2Joint | |
| Method | Defined by | ||
|---|---|---|---|
| b2PulleyJoint | |||
![]() |
[static]
| b2Joint | |
![]() |
[static]
| b2Joint | |
| b2PulleyJoint | |||
| b2PulleyJoint | |||
![]() | b2Joint | ||
![]() | b2Joint | ||
| b2PulleyJoint | |||
| b2PulleyJoint | |||
|
GetLength1():Number
| b2PulleyJoint | ||
|
GetLength2():Number
| b2PulleyJoint | ||
![]() | b2Joint | ||
|
GetRatio():Number
| b2PulleyJoint | ||
|
GetReactionForce(invTimeStep:Number):b2Vec2
| b2PulleyJoint | ||
|
GetReactionTorque(invTimeStep:Number):Number
| b2PulleyJoint | ||
![]() |
GetType():int
| b2Joint | |
![]() |
GetUserData():*
| b2Joint | |
![]() |
PreparePositionSolver():void
| b2Joint | |
|
PrepareVelocitySolver():void
| b2PulleyJoint | ||
|
SolvePositionConstraints():Boolean
| b2PulleyJoint | ||
|
SolveVelocityConstraints(step:b2TimeStep):void
| b2PulleyJoint | ||
| b2_minPulleyLength | property |
public static var b2_minPulleyLength:Number = 30.0
| m_constant | property |
public var m_constant:Number
| m_ground | property |
public var m_ground:b2Body
| m_groundAnchor1 | property |
public var m_groundAnchor1:b2Vec2
| m_groundAnchor2 | property |
public var m_groundAnchor2:b2Vec2
| m_limitImpulse1 | property |
public var m_limitImpulse1:Number
| m_limitImpulse2 | property |
public var m_limitImpulse2:Number
| m_limitMass1 | property |
public var m_limitMass1:Number
| m_limitMass2 | property |
public var m_limitMass2:Number
| m_limitPositionImpulse1 | property |
public var m_limitPositionImpulse1:Number
| m_limitPositionImpulse2 | property |
public var m_limitPositionImpulse2:Number
| m_limitState1 | property |
public var m_limitState1:int
| m_limitState2 | property |
public var m_limitState2:int
| m_localAnchor1 | property |
public var m_localAnchor1:b2Vec2
| m_localAnchor2 | property |
public var m_localAnchor2:b2Vec2
| m_maxLength1 | property |
public var m_maxLength1:Number
| m_maxLength2 | property |
public var m_maxLength2:Number
| m_pulleyImpulse | property |
public var m_pulleyImpulse:Number
| m_pulleyMass | property |
public var m_pulleyMass:Number
| m_ratio | property |
public var m_ratio:Number
| m_u1 | property |
public var m_u1:b2Vec2
| m_u2 | property |
public var m_u2:b2Vec2
| b2PulleyJoint | () | constructor |
| GetAnchor1 | () | method |
| GetAnchor2 | () | method |
| GetGroundPoint1 | () | method |
| GetGroundPoint2 | () | method |
| GetLength1 | () | method |
public function GetLength1():Number
Returns
Number |
| GetLength2 | () | method |
public function GetLength2():Number
Returns
Number |
| 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 |