Difference between revisions of "Body:getWorldCenter"

m (included link to other languages)
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Get the center of mass position in world coordinates.
+
{{#set:Description=Get the center of mass position in world coordinates.}}
}}
+
{{#set:Since=000}}
  
 
== Other Languages ==
 
== Other Languages ==
{{i18n|love}}
+
{{i18n|Body:getWorldCenter}}

Latest revision as of 10:41, 25 March 2011

Get the center of mass position in world coordinates.

Use Body:getLocalCenter to get the center of mass in local coordinates.

Function

Synopsis

x, y = Body:getWorldCenter( )

Arguments

None.

Returns

number x
The x coordinate of the center of mass.
number y
The y coordinate of the center of mass.

See Also


Other Languages