Difference between revisions of "Body:getLocalCenter"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Get the center of mass position in local coordinates.
 
Get the center of mass position in local coordinates.
  
Line 14: Line 13:
 
{{param|number|x|The x coordinate of the center of mass.}}
 
{{param|number|x|The x coordinate of the center of mass.}}
 
{{param|number|y|The y coordinate of the center of mass.}}
 
{{param|number|y|The y coordinate of the center of mass.}}
 +
 
== See Also ==
 
== See Also ==
 
* [[parent::Body]]
 
* [[parent::Body]]
Line 19: Line 19:
 
{{#set:Description=Get the center of mass position in local coordinates.
 
{{#set:Description=Get the center of mass position in local coordinates.
 
}}
 
}}
 +
 +
== Other Languages ==
 +
{{i18n|Body:getLocalCenter}}

Revision as of 07:44, 28 January 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