Get the angle of the body.

The angle is measured in [http://en.wikipedia.org/wiki/Radian radians]. If you need to transform it to degrees, use [http://www.lua.org/manual/5.1/manual.html#pdf-math.deg math.deg].

A value 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">
angle = Body:getAngle( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|angle|The angle in radians.}}
== See Also ==
* [[parent::Body]]
* [[Body:setAngle]]
* [[Body:getAngularVelocity]]
[[Category:Functions]]
{{#set:Description=Get the angle of the body.}}
{{#set:Since=000}}

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