Difference between revisions of "B2.Body:getWorldCenter"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.2.2<br/> | '''Available since:''' Gideros 2012.2.2<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns the world position of the center of mass.<br /> | Returns the world position of the center of mass.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(number), (number) = b2.Body:getWorldCenter() | (number), (number) = b2.Body:getWorldCenter() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (number) x coordinate of the world position of the center of mass<br/> | + | '''Returns''' (number) <translate>x coordinate of the world position of the center of mass</translate><br/> |
− | '''Returns''' (number) x coordinate of the world position of the center of mass<br/> | + | '''Returns''' (number) <translate>x coordinate of the world position of the center of mass</translate><br/> |
Revision as of 13:35, 23 August 2018
Available since: Gideros 2012.2.2
Description
Returns the world position of the center of mass.
(number), (number) = b2.Body:getWorldCenter()
Return values
Returns (number) x coordinate of the world position of the center of mass
Returns (number) x coordinate of the world position of the center of mass