Package | Box2D.Dynamics.Joints |
Class | public class b2PulleyJoint |
Inheritance | b2PulleyJoint ![]() |
Method | Defined by | ||
---|---|---|---|
b2PulleyJoint | |||
![]() |
[static]
| b2Joint | |
![]() |
[static]
| b2Joint | |
b2PulleyJoint | |||
b2PulleyJoint | |||
![]() |
Get the first body attached to this joint.
| b2Joint | |
![]() |
Get the second body attached to this joint.
| b2Joint | |
b2PulleyJoint | |||
b2PulleyJoint | |||
GetLength1():Number
| b2PulleyJoint | ||
GetLength2():Number
| b2PulleyJoint | ||
![]() |
Get the next joint the world joint list.
| b2Joint | |
GetRatio():Number
| b2PulleyJoint | ||
b2PulleyJoint | |||
GetReactionTorque():Number
| b2PulleyJoint | ||
![]() |
GetType():int
Get the type of the concrete joint.
| b2Joint | |
![]() |
GetUserData():*
Get the user data pointer.
| b2Joint | |
![]() |
InitPositionConstraints():void
| b2Joint | |
InitVelocityConstraints(step:b2TimeStep):void
| b2PulleyJoint | ||
![]() |
SetUserData(data:*):void
Set the user data pointer.
| b2Joint | |
SolvePositionConstraints():Boolean
| b2PulleyJoint | ||
SolveVelocityConstraints(step:b2TimeStep):void
| b2PulleyJoint |
Constant | Defined by | ||
---|---|---|---|
b2_minPulleyLength : Number = 2.0 [static]
| b2PulleyJoint | ||
![]() | e_atLowerLimit : int = 1 [static]
| b2Joint | |
![]() | e_atUpperLimit : int = 2 [static]
| b2Joint | |
![]() | e_distanceJoint : int = 3 [static]
| b2Joint | |
![]() | e_equalLimits : int = 3 [static]
| b2Joint | |
![]() | e_gearJoint : int = 6 [static]
| b2Joint | |
![]() | e_inactiveLimit : int = 0 [static]
| b2Joint | |
![]() | e_mouseJoint : int = 5 [static]
| b2Joint | |
![]() | e_prismaticJoint : int = 2 [static]
| b2Joint | |
![]() | e_pulleyJoint : int = 4 [static]
| b2Joint | |
![]() | e_revoluteJoint : int = 1 [static]
| b2Joint | |
![]() | e_unknownJoint : int = 0 [static]
| b2Joint |
b2PulleyJoint | () | constructor |
GetAnchor1 | () | method |
GetAnchor2 | () | method |
GetGroundAnchor1 | () | method |
GetGroundAnchor2 | () | 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 |
GetReactionTorque | () | method |
public override function GetReactionTorque():Number
Returns
Number |
InitVelocityConstraints | () | method |
SolvePositionConstraints | () | method |
public override function SolvePositionConstraints():Boolean
Returns
Boolean |
SolveVelocityConstraints | () | method |
b2_minPulleyLength | constant |
public static const b2_minPulleyLength:Number = 2.0