Difference between revisions of "B2.PulleyJoint:getGroundAnchorB"
From GiderosMobile
Line 8: | Line 8: | ||
(number), (number) = b2.PulleyJoint:getGroundAnchorB() | (number), (number) = b2.PulleyJoint:getGroundAnchorB() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (number) x coordinates of the second ground anchor<br/> | '''Returns''' (number) x coordinates of the second ground anchor<br/> | ||
'''Returns''' (number) y coordinates of the second ground anchor<br/> | '''Returns''' (number) y coordinates of the second ground anchor<br/> |
Revision as of 10:40, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the x and y coordinates of the second ground anchor.
(number), (number) = b2.PulleyJoint:getGroundAnchorB()
Return values
Returns (number) x coordinates of the second ground anchor
Returns (number) y coordinates of the second ground anchor