Difference between revisions of "B2.Body:getWorldCenter"
From GiderosMobile
Line 8: | Line 8: | ||
(number), (number) = b2.Body:getWorldCenter() | (number), (number) = b2.Body:getWorldCenter() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (number) x coordinate of the world position of the center of mass<br/> | '''Returns''' (number) x coordinate of the world position of the center of mass<br/> | ||
'''Returns''' (number) x coordinate of the world position of the center of mass<br/> | '''Returns''' (number) x coordinate of the world position of the center of mass<br/> |
Revision as of 10:46, 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