Difference between revisions of "CircleShape:getWorldCenter"

m (included link to other languages)
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the center of the circle in world coordinates.}}
 
{{#set:Description=Get the center of the circle in world coordinates.}}
 +
{{#set:Since=000}}
 
== Others Languages ==
 
== Others Languages ==
 
{{i18n|CircleShape:getWorldCenter}}
 
{{i18n|CircleShape:getWorldCenter}}

Revision as of 10:47, 25 March 2011

Get the center of the circle in world coordinates.

Function

Synopsis

wx, wy = CircleShape:getWorldCenter( )

Arguments

None.

Returns

number wx
The x position of the circle in world coordinates.
number wy
The y position of the circle in world coordinates.

See Also


Others Languages