Difference between revisions of "B2.Joint:getAnchorB"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Returns the anchor point on bodyB in world coordinates.<br /> | Returns the anchor point on bodyB in world coordinates.<br /> | ||
Line 8: | Line 8: | ||
(number), (number) = b2.Joint:getAnchorB() | (number), (number) = b2.Joint:getAnchorB() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (number) <translate>x coordinate of the anchor point</translate><br/> | + | '''<translate>Returns</translate>''' (number) <translate>x coordinate of the anchor point</translate><br/> |
− | '''Returns''' (number) <translate>y coordinate of the anchor point</translate><br/> | + | '''<translate>Returns</translate>''' (number) <translate>y coordinate of the anchor point</translate><br/> |
Revision as of 07:26, 24 August 2018
Available since: Gideros 2011.6
Description
Returns the anchor point on bodyB in world coordinates.
(number), (number) = b2.Joint:getAnchorB()
Return values
Returns (number) x coordinate of the anchor point
Returns (number) y coordinate of the anchor point