Difference between revisions of "B2.Joint"

From GiderosMobile
Line 9: Line 9:
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===
[[b2.Joint:getAnchorA]] - returns the anchor point on bodyA in world coordinates<br/>
+
[[b2.Joint:getAnchorA]] {{<translate>returns the anchor point on bodyA in world coordinates</translate>}}<br/>
[[b2.Joint:getAnchorB]] - returns the anchor point on bodyB in world coordinates<br/>
+
[[b2.Joint:getAnchorB]] {{<translate>returns the anchor point on bodyB in world coordinates</translate>}}<br/>
[[b2.Joint:getBodyA]] - returns the first body attached to this joint<br/>
+
[[b2.Joint:getBodyA]] {{<translate>returns the first body attached to this joint</translate>}}<br/>
[[b2.Joint:getBodyB]] - returns the second body attached to this joint<br/>
+
[[b2.Joint:getBodyB]] {{<translate>returns the second body attached to this joint</translate>}}<br/>
[[b2.Joint:getReactionForce]] - returns the reaction force on bodyB at the joint anchor<br/>
+
[[b2.Joint:getReactionForce]] {{<translate>returns the reaction force on bodyB at the joint anchor</translate>}}<br/>
[[b2.Joint:getReactionTorque]] - returns the reaction torque on bodyB<br/>
+
[[b2.Joint:getReactionTorque]] {{<translate>returns the reaction torque on bodyB</translate>}}<br/>
[[b2.Joint:getType]] - returns a value that represents the type<br/>
+
[[b2.Joint:getType]] {{<translate>returns a value that represents the type</translate>}}<br/>
[[b2.Joint:isActive]] - is active?<br/>
+
[[b2.Joint:isActive]] {{<translate>is active?</translate>}}<br/>
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 15:19, 23 August 2018