{{oldin|[[0.8.0]]|080|type=method}}
Get the center of the circle in world coordinates.

== Function ==
=== Synopsis ===
<source lang="lua">
wx, wy = CircleShape:getWorldCenter( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|wx|The x position of the circle in world coordinates.}}
{{param|number|wy|The y position of the circle in world coordinates.}}

== See Also ==
* [[parent::CircleShape]]
[[Category:Functions]]
{{#set:Description=Get the center of the circle in world coordinates.}}
{{#set:Since=000}}
== Others Languages ==
{{i18n|CircleShape:getWorldCenter}}