Difference between revisions of "Body:getPosition"

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

Latest revision as of 10:41, 25 March 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