{{newin|[[0.8.0]]|080|type=function}}
Returns a point of the shape.

== Function ==
=== Synopsis ===
<source lang="lua">
x, y = ChainShape:getPoint( index )
</source>
=== Arguments ===
{{param|number|index|The index of the point to return.}}
=== Returns ===
{{param|number|x|The x-coordinate of the point.}}
{{param|number|y|The y-coordinate of the point.}}

== See Also ==
* [[parent::ChainShape]]
[[Category:Functions]]
{{#set:Description=Returns a point of the shape.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|ChainShape:getPoint}}