Difference between revisions of "B2.Body:getWorldCenter"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the world position of the center of mass.<br /> <br /> <source lang="lua"> (number) (...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number) (number), = b2.Body:getWorldCenter()
+
(number), (number) = b2.Body:getWorldCenter()
 
</source>
 
</source>
 
'''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 11:21, 23 August 2018

Available since: Gideros 2012.2.2

Description


Returns the world position of the center of mass.

(number), (number) = b2.Body:getWorldCenter()

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