{{newin|[[0.8.0]]|080|type=method}}
Returns the local coordinates of the edge points.

== Function ==
=== Synopsis ===
<source lang="lua">
x1, y1, x2, y2 = EdgeShape:getPoints( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|x1|The x-component of the first vertex.}}
{{param|number|y1|The y-component of the first vertex.}}
{{param|number|x2|The x-component of the second vertex.}}
{{param|number|y2|The y-component of the second vertex.}}

== See Also ==
* [[parent::EdgeShape]]
[[Category:Functions]]
{{#set:Description=Returns the local coordinates of the edge points.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|EdgeShape:getPoints}}