{{newin|[[0.8.0]]|080|type=method}}
Transforms multiple points from local coordinates to world coordinates.

== Function ==
=== Synopsis ===
<source lang="lua">
x1, y1, x2, y2, ... = Body:getWorldPoints( x1, y1, x2, y2, ... )
</source>
=== Arguments ===
{{param|number|x1|The x position of the first point.}}
{{param|number|y1|The y position of the first point.}}
{{param|number|x2|The x position of the second point.}}
{{param|number|y2|The y position of the second point.}}
=== Returns ===
{{param|number|x1|The transformed x position of the first point.}}
{{param|number|y1|The transformed y position of the first point.}}
{{param|number|x2|The transformed x position of the second point.}}
{{param|number|y2|The transformed y position of the second point.}}
== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Transforms multiple points from local coordinates to world coordinates.}}
{{#set:Since=080}}

== Other Languages ==
{{i18n|Body:getWorldPoints}}