Transform a point from local coordinates to world coordinates.

== Function ==
=== Synopsis ===
<source lang="lua">
worldX, worldY = Body:getWorldPoint( localX, localY )
</source>
=== Arguments ===
{{param|number|localX|The x position in local coordinates.}}
{{param|number|localY|The y position in local coordinates.}}
=== Returns ===
{{param|number|worldX|The x position in world coordinates.}}
{{param|number|worldY|The y position in world coordinates.}}

== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Transform a point from local coordinates to world coordinates.}}
{{#set:Since=000}}

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