Difference between revisions of "Body:getPosition"

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

Revision as of 07:57, 28 January 2011

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


Other Languages