Difference between revisions of "B2.PulleyJoint:getGroundAnchorB"

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 x and y coordinates of the second ground anchor. <br />
 
Returns the x and y coordinates of the second ground anchor. <br />
Line 8: Line 8:
 
(number), (number) = b2.PulleyJoint:getGroundAnchorB()
 
(number), (number) = b2.PulleyJoint:getGroundAnchorB()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (number) <translate>x coordinates of the second ground anchor</translate><br/>
+
'''<translate>Returns</translate>''' (number) <translate>x coordinates of the second ground anchor</translate><br/>
'''Returns''' (number) <translate>y coordinates of the second ground anchor</translate><br/>
+
'''<translate>Returns</translate>''' (number) <translate>y coordinates of the second ground anchor</translate><br/>

Revision as of 08:27, 24 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