Difference between revisions of "Body:getPosition"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 +
Get the position of the body.
 +
 +
Note that this may not be the center of mass of the body.
  
 
== Function ==
 
== Function ==
Line 14: Line 17:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Get the position of the body.
 +
}}

Revision as of 16:17, 14 February 2010

Get the position of the body.

Note that this may not be the center of mass of the body.

Function

Synopsis

x, y = Body:getPosition( )

Arguments

None.

Returns

number x
The x position.
number y
The y position.

See Also