Difference between revisions of "Body:getLocalCenter"

m (included link to other languages)
 
Line 17: Line 17:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Get the center of mass position in local coordinates.
+
{{#set:Description=Get the center of mass position in local coordinates.}}
}}
+
{{#set:Since=000}}
 
 
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Body:getLocalCenter}}
 
{{i18n|Body:getLocalCenter}}

Latest revision as of 10:40, 25 March 2011

Get the center of mass position in local coordinates.

Use Body:getWorldCenter to get the center of mass in world coordinates.

Function

Synopsis

x, y = Body:getLocalCenter( )

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