{{newin|[[11.2]]||112|type=function}}

Get the position and angle of the body.

Note that the position may not be the center of mass of the body. An angle of 0 radians will mean "looking to the right". Although radians increase counter-clockwise, the y axis points down so it becomes clockwise from our point of view.

== Function ==
=== Synopsis ===
<source lang="lua">
x, y, angle = Body:getTransform( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|x|The x component of the position.}}
{{param|number|y|The y component of the position.}}
{{param|number|angle|The angle in radians.}}

== See Also ==
* [[parent::Body]]
* [[Body:setTransform]]
[[Category:Functions]]
{{#set:Description=Get the position and angle of the body.}}

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