{{newin|[[0.9.1]]|091|type=function}}
Sets the location of the center of the circle shape.
== Function ==
=== Synopsis ===
<source lang="lua">
CircleShape:setPoint( x, y )
</source>

=== Arguments ===
{{param|number|x|The x-component of the new center point of the circle.}}
{{param|number|y|The y-component of the new center point of the circle.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::CircleShape]]
* [[CircleShape:getPoint]]
[[Category:Functions]]
{{#set:Description=Sets the center point of the circle shape.}}
== Other Languages ==
{{i18n|CircleShape:setPoint}}