Package | Box2D.Dynamics.Joints |
Class | public class b2MouseJoint |
Inheritance | b2MouseJoint ![]() |
Method | Defined by | ||
---|---|---|---|
b2MouseJoint | |||
![]() |
[static]
| b2Joint | |
![]() |
[static]
| b2Joint | |
Implements b2Joint.
| b2MouseJoint | ||
Implements b2Joint.
| b2MouseJoint | ||
![]() |
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 | |
Implements b2Joint.
| b2MouseJoint | ||
GetReactionTorque():Number
Implements b2Joint.
| b2MouseJoint | ||
![]() |
GetType():int
Get the type of the concrete joint.
| b2Joint | |
![]() |
GetUserData():*
Get the user data pointer.
| b2Joint | |
![]() |
InitPositionConstraints():void
| b2Joint | |
InitVelocityConstraints(step:b2TimeStep):void
| b2MouseJoint | ||
Use this to update the target point.
| b2MouseJoint | ||
![]() |
SetUserData(data:*):void
Set the user data pointer.
| b2Joint | |
SolvePositionConstraints():Boolean
| b2MouseJoint | ||
SolveVelocityConstraints(step:b2TimeStep):void
| b2MouseJoint |
b2MouseJoint | () | constructor |
GetAnchor1 | () | method |
GetAnchor2 | () | method |
GetReactionForce | () | method |
GetReactionTorque | () | method |
public override function GetReactionTorque():Number
Implements b2Joint.
ReturnsNumber |
InitVelocityConstraints | () | method |
SetTarget | () | method |
public function SetTarget(target:b2Vec2):void
Use this to update the target point.
Parameterstarget:b2Vec2 |
SolvePositionConstraints | () | method |
public override function SolvePositionConstraints():Boolean
Returns
Boolean |
SolveVelocityConstraints | () | method |