b2FrictionJoint Class
Friction joint. This is used for top-down friction. It provides 2D translational friction and angular friction.
Constructor
b2FrictionJoint
-
frictionJointDef
Defined in
b2FrictionJoint:17
Parameters:
-
frictionJointDef
B2FrictionJointDef
Item Index
Methods
- getAnchorA
- getAnchorB
- getLocalAnchorA
- getLocalAnchorB
- getMaxForce
- getMaxTorque
- getReactionForce
- getReactionTorque
- initVelocityConstraints
- setMaxForce
- setMaxTorque
- solvePositionConstraints
- solveVelocityConstraints
- create static
- destroy static
- getAnchorA
- getAnchorB
- getBodyA
- getBodyB
- getCollideConnected
- getNext
- getReactionForce
- getReactionTorque
- getType
- getUserData
- initVelocityConstraints
- isActive
- setUserData
- shiftOrigin
- solveVelocityConstraints
- solveVelocityConstraints
Properties
- m_angularImpulse
- m_angularMass
- m_indexA
- m_indexB
- m_invIA
- m_invIB
- m_invMassA
- m_invMassB
- m_K
- m_lalcA
- m_lalcB
- m_linearImpulse
- m_linearMass
- m_localAnchorA
- m_localAnchorB
- m_localCenterA
- m_localCenterB
- m_maxForce
- m_maxTorque
- m_qA
- m_qB
- m_rA
- m_rB
- m_bodyA
- m_bodyB
- m_collideConnected
- m_edgeA
- m_edgeB
- m_index
- m_islandFlag
- m_next
- m_prev
- m_type
- m_userData
- ParentClass
Methods
getAnchorA
-
[out=b2Vec2]
Defined in
getAnchorA:281
Parameters:
-
[out=b2Vec2]
B2Vec2 | Object= optionalreusable object
Returns:
out
getAnchorB
-
[out=b2Vec2]
Defined in
getAnchorB:292
Parameters:
-
[out=b2Vec2]
B2Vec2 | Object= optionalreusable object
Returns:
out
getLocalAnchorA
-
[out=b2Vec2]
Defined in
getLocalAnchorA:331
The local anchor point relative to bodyA's origin.
Parameters:
-
[out=b2Vec2]
B2Vec2 | Object= optionalreusable object
Returns:
out
getLocalAnchorB
-
[out=b2Vec2]
Defined in
getLocalAnchorB:344
The local anchor point relative to bodyB's origin.
Parameters:
-
[out=b2Vec2]
B2Vec2 | Object= optionalreusable object
Returns:
out
getMaxForce
()
Float
public
Defined in
getMaxForce:369
Get the maximum friction force in N.
Returns:
getMaxTorque
()
Float
public
Defined in
getMaxTorque:392
Get the maximum friction torque in N*m.
Returns:
getReactionForce
-
invDeltaTime
-
[out=b2Vec2]
Defined in
getReactionForce:303
Get the reaction force given the inverse time step. Unit is N.
Parameters:
-
invDeltaTime
Float -
[out=b2Vec2]
B2Vec2 | Object= optionalreusable object
Returns:
out
getReactionTorque
-
invDeltaTime
Defined in
getReactionTorque:318
Get the reaction torque given the inverse time step. Unit is N*m. This is always zero for a distance joint.
Parameters:
-
invDeltaTime
Float
Returns:
initVelocityConstraints
-
data
Defined in
initVelocityConstraints:403
Parameters:
-
data
B2SolverData
Returns:
setMaxForce
-
force
Defined in
setMaxForce:357
Set the maximum friction force in N.
Parameters:
-
force
Float
Returns:
setMaxTorque
-
torque
Defined in
setMaxTorque:380
Set the maximum friction torque in N*m.
Parameters:
-
torque
Float
Returns:
solvePositionConstraints
-
data
Defined in
solvePositionConstraints:269
Parameters:
-
data
B2SolverData
Returns:
solveVelocityConstraints
-
data
Defined in
solveVelocityConstraints:497
Parameters:
-
data
B2SolverData