{{newin|[[0.9.1]]|091|type=function}}
Gets the center point of the circle shape.
== Function ==
=== Synopsis ===
<source lang="lua">
x, y = CircleShape:getPoint( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|x|The x-component of the center point of the circle.}}
{{param|number|y|The y-component of the center point of the circle.}}
== See Also ==
* [[parent::CircleShape]]
* [[CircleShape:setPoint]]
[[Category:Functions]]
{{#set:Description=Gets the center point of the circle shape.}}
== Other Languages ==
{{i18n|CircleShape:getPoint}}