| Property | Defined by | ||
|---|---|---|---|
| m_angularImpulse : Number | b2PrismaticJoint | ||
| m_angularMass : Number | b2PrismaticJoint | ||
![]() | m_body1 : b2Body | b2Joint | |
![]() | m_body2 : b2Body | b2Joint | |
![]() | m_collideConnected : Boolean | b2Joint | |
| m_enableLimit : Boolean | b2PrismaticJoint | ||
| m_enableMotor : Boolean | b2PrismaticJoint | ||
| m_initialAngle : Number | b2PrismaticJoint | ||
![]() | m_islandFlag : Boolean | b2Joint | |
| m_limitImpulse : Number | b2PrismaticJoint | ||
| m_limitPositionImpulse : Number | b2PrismaticJoint | ||
| m_limitState : int | b2PrismaticJoint | ||
| m_linearImpulse : Number | b2PrismaticJoint | ||
| m_linearJacobian : b2Jacobian | b2PrismaticJoint | ||
| m_linearMass : Number | b2PrismaticJoint | ||
| m_localAnchor1 : b2Vec2 | b2PrismaticJoint | ||
| m_localAnchor2 : b2Vec2 | b2PrismaticJoint | ||
| m_localXAxis1 : b2Vec2 | b2PrismaticJoint | ||
| m_localYAxis1 : b2Vec2 | b2PrismaticJoint | ||
| m_lowerTranslation : Number | b2PrismaticJoint | ||
| m_maxMotorForce : Number | b2PrismaticJoint | ||
| m_motorImpulse : Number | b2PrismaticJoint | ||
| m_motorJacobian : b2Jacobian | b2PrismaticJoint | ||
| m_motorMass : Number | b2PrismaticJoint | ||
| m_motorSpeed : Number | b2PrismaticJoint | ||
![]() | m_next : b2Joint | b2Joint | |
![]() | m_node1 : b2JointNode | b2Joint | |
![]() | m_node2 : b2JointNode | b2Joint | |
![]() | m_prev : b2Joint | b2Joint | |
![]() | m_type : int | b2Joint | |
| m_upperTranslation : Number | b2PrismaticJoint | ||
![]() | m_userData : * | b2Joint | |
| Method | Defined by | ||
|---|---|---|---|
| b2PrismaticJoint | |||
![]() |
[static]
| b2Joint | |
![]() |
[static]
| b2Joint | |
| b2PrismaticJoint | |||
| b2PrismaticJoint | |||
![]() | b2Joint | ||
![]() | b2Joint | ||
|
GetJointSpeed():Number
| b2PrismaticJoint | ||
|
GetJointTranslation():Number
| b2PrismaticJoint | ||
|
GetMotorForce(invTimeStep:Number):Number
| b2PrismaticJoint | ||
![]() | b2Joint | ||
|
GetReactionForce(invTimeStep:Number):b2Vec2
| b2PrismaticJoint | ||
|
GetReactionTorque(invTimeStep:Number):Number
| b2PrismaticJoint | ||
![]() |
GetType():int
| b2Joint | |
![]() |
GetUserData():*
| b2Joint | |
![]() |
PreparePositionSolver():void
| b2Joint | |
|
PrepareVelocitySolver():void
| b2PrismaticJoint | ||
|
SetMotorForce(force:Number):void
| b2PrismaticJoint | ||
|
SetMotorSpeed(speed:Number):void
| b2PrismaticJoint | ||
|
SolvePositionConstraints():Boolean
| b2PrismaticJoint | ||
|
SolveVelocityConstraints(step:b2TimeStep):void
| b2PrismaticJoint | ||
| m_angularImpulse | property |
public var m_angularImpulse:Number
| m_angularMass | property |
public var m_angularMass:Number
| m_enableLimit | property |
public var m_enableLimit:Boolean
| m_enableMotor | property |
public var m_enableMotor:Boolean
| m_initialAngle | property |
public var m_initialAngle:Number
| m_limitImpulse | property |
public var m_limitImpulse:Number
| m_limitPositionImpulse | property |
public var m_limitPositionImpulse:Number
| m_limitState | property |
public var m_limitState:int
| m_linearImpulse | property |
public var m_linearImpulse:Number
| m_linearJacobian | property |
public var m_linearJacobian:b2Jacobian
| m_linearMass | property |
public var m_linearMass:Number
| m_localAnchor1 | property |
public var m_localAnchor1:b2Vec2
| m_localAnchor2 | property |
public var m_localAnchor2:b2Vec2
| m_localXAxis1 | property |
public var m_localXAxis1:b2Vec2
| m_localYAxis1 | property |
public var m_localYAxis1:b2Vec2
| m_lowerTranslation | property |
public var m_lowerTranslation:Number
| m_maxMotorForce | property |
public var m_maxMotorForce:Number
| m_motorImpulse | property |
public var m_motorImpulse:Number
| m_motorJacobian | property |
public var m_motorJacobian:b2Jacobian
| m_motorMass | property |
public var m_motorMass:Number
| m_motorSpeed | property |
public var m_motorSpeed:Number
| m_upperTranslation | property |
public var m_upperTranslation:Number
| b2PrismaticJoint | () | constructor |
| GetAnchor1 | () | method |
| GetAnchor2 | () | method |
| GetJointSpeed | () | method |
public function GetJointSpeed():Number
Returns
Number |
| GetJointTranslation | () | method |
public function GetJointTranslation():Number
Returns
Number |
| GetMotorForce | () | method |
public function GetMotorForce(invTimeStep:Number):NumberParameters
invTimeStep:Number |
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
| SetMotorForce | () | method |
public function SetMotorForce(force:Number):voidParameters
force:Number |
| SetMotorSpeed | () | method |
public function SetMotorSpeed(speed:Number):voidParameters
speed:Number |
| SolvePositionConstraints | () | method |
public override function SolvePositionConstraints():Boolean
Returns
Boolean |
| SolveVelocityConstraints | () | method |