| Package | Box2D.Dynamics.Joints |
| Class | public class b2FrictionJoint |
| Inheritance | b2FrictionJoint b2Joint |
| Source | b2FrictionJoint.as |
See also
| Property | Defined by | ||
|---|---|---|---|
| m_angularMass : Number | b2FrictionJoint | ||
| m_linearMass : b2Mat22 | b2FrictionJoint | ||
| Method | Defined by | ||
|---|---|---|---|
|
Get the anchor point on bodyA in world coordinates.
| b2FrictionJoint | ||
|
Get the anchor point on bodyB in world coordinates.
| b2FrictionJoint | ||
![]() |
Get the first body attached to this joint.
| b2Joint | |
![]() |
Get the second body attached to this joint.
| b2Joint | |
|
GetMaxForce():Number
| b2FrictionJoint | ||
|
GetMaxTorque():Number
| b2FrictionJoint | ||
![]() |
Get the next joint the world joint list.
| b2Joint | |
|
GetReactionForce(inv_dt:Number):b2Vec2
Get the reaction force on body2 at the joint anchor in Newtons.
| b2FrictionJoint | ||
|
GetReactionTorque(inv_dt:Number):Number
Get the reaction torque on body2 in N.
| b2FrictionJoint | ||
![]() |
GetType():int
Get the type of the concrete joint.
| b2Joint | |
![]() |
GetUserData():*
Get the user data pointer.
| b2Joint | |
![]() |
IsActive():Boolean
Short-cut function to determine if either body is inactive.
| b2Joint | |
|
SetMaxForce(force:Number):void
| b2FrictionJoint | ||
|
SetMaxTorque(torque:Number):void
| b2FrictionJoint | ||
![]() |
SetUserData(data:*):void
Set the user data pointer.
| b2Joint | |
| m_angularMass | property |
public var m_angularMass:Number
| m_linearMass | property |
public var m_linearMass:b2Mat22
| GetAnchorA | () | method |
public override function GetAnchorA():b2Vec2Get the anchor point on bodyA in world coordinates.
Returnsb2Vec2 |
| GetAnchorB | () | method |
public override function GetAnchorB():b2Vec2Get the anchor point on bodyB in world coordinates.
Returnsb2Vec2 |
| GetMaxForce | () | method |
public function GetMaxForce():Number
Returns
Number |
| GetMaxTorque | () | method |
public function GetMaxTorque():Number
Returns
Number |
| GetReactionForce | () | method |
public override function GetReactionForce(inv_dt:Number):b2Vec2Get the reaction force on body2 at the joint anchor in Newtons.
Parametersinv_dt:Number |
b2Vec2 |
| GetReactionTorque | () | method |
public override function GetReactionTorque(inv_dt:Number):NumberGet the reaction torque on body2 in N.
Parametersinv_dt:Number |
Number |
| SetMaxForce | () | method |
public function SetMaxForce(force:Number):voidParameters
force:Number |
| SetMaxTorque | () | method |
public function SetMaxTorque(torque:Number):voidParameters
torque:Number |