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

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

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