Package | Box2D.Dynamics.Joints |
Class | public class b2GearJoint |
Inheritance | b2GearJoint ![]() |
Method | Defined by | ||
---|---|---|---|
b2GearJoint | |||
![]() |
[static]
| b2Joint | |
![]() |
[static]
| b2Joint | |
b2GearJoint | |||
b2GearJoint | |||
![]() |
Get the first body attached to this joint.
| b2Joint | |
![]() |
Get the second body attached to this joint.
| b2Joint | |
![]() |
Get the next joint the world joint list.
| b2Joint | |
GetRatio():Number
| b2GearJoint | ||
b2GearJoint | |||
GetReactionTorque():Number
| b2GearJoint | ||
![]() |
GetType():int
Get the type of the concrete joint.
| b2Joint | |
![]() |
GetUserData():*
Get the user data pointer.
| b2Joint | |
![]() |
InitPositionConstraints():void
| b2Joint | |
InitVelocityConstraints(step:b2TimeStep):void
| b2GearJoint | ||
![]() |
SetUserData(data:*):void
Set the user data pointer.
| b2Joint | |
SolvePositionConstraints():Boolean
| b2GearJoint | ||
SolveVelocityConstraints(step:b2TimeStep):void
| b2GearJoint |
b2GearJoint | () | constructor |
GetAnchor1 | () | method |
GetAnchor2 | () | method |
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 |