Difference between revisions of "Body:getLocalCenter"

m (1 revision: Importing from potato (again).)
(No difference)

Revision as of 16:17, 14 February 2010

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