Property | Defined by | ||
---|---|---|---|
![]() | m_body1 : b2Body | b2Joint | |
![]() | m_body2 : b2Body | b2Joint | |
![]() | m_collideConnected : Boolean | b2Joint | |
m_impulse : Number | b2DistanceJoint | ||
![]() | m_islandFlag : Boolean | b2Joint | |
m_length : Number | b2DistanceJoint | ||
m_localAnchor1 : b2Vec2 | b2DistanceJoint | ||
m_localAnchor2 : b2Vec2 | b2DistanceJoint | ||
m_mass : Number | b2DistanceJoint | ||
![]() | m_next : b2Joint | b2Joint | |
![]() | m_node1 : b2JointNode | b2Joint | |
![]() | m_node2 : b2JointNode | b2Joint | |
![]() | m_prev : b2Joint | b2Joint | |
![]() | m_type : int | b2Joint | |
m_u : b2Vec2 | b2DistanceJoint | ||
![]() | m_userData : * | b2Joint |
Method | Defined by | ||
---|---|---|---|
b2DistanceJoint | |||
![]() |
[static]
| b2Joint | |
![]() |
[static]
| b2Joint | |
b2DistanceJoint | |||
b2DistanceJoint | |||
![]() | b2Joint | ||
![]() | b2Joint | ||
![]() | b2Joint | ||
GetReactionForce(invTimeStep:Number):b2Vec2
| b2DistanceJoint | ||
GetReactionTorque(invTimeStep:Number):Number
| b2DistanceJoint | ||
![]() |
GetType():int
| b2Joint | |
![]() |
GetUserData():*
| b2Joint | |
![]() |
PreparePositionSolver():void
| b2Joint | |
PrepareVelocitySolver():void
| b2DistanceJoint | ||
SolvePositionConstraints():Boolean
| b2DistanceJoint | ||
SolveVelocityConstraints(step:b2TimeStep):void
| b2DistanceJoint |
m_impulse | property |
public var m_impulse:Number
m_length | property |
public var m_length:Number
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_u | property |
public var m_u:b2Vec2
b2DistanceJoint | () | constructor |
GetAnchor1 | () | method |
GetAnchor2 | () | method |
GetReactionForce | () | method |
public override function GetReactionForce(invTimeStep:Number):b2Vec2
Parameters
invTimeStep:Number |
b2Vec2 |
GetReactionTorque | () | method |
public override function GetReactionTorque(invTimeStep:Number):Number
Parameters
invTimeStep:Number |
Number |
PrepareVelocitySolver | () | method |
public override function PrepareVelocitySolver():void
SolvePositionConstraints | () | method |
public override function SolvePositionConstraints():Boolean
Returns
Boolean |
SolveVelocityConstraints | () | method |