Get the current joint angle.
== Function ==
=== Synopsis ===
<source lang="lua">
angle = RevoluteJoint:getJointAngle( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|angle|The joint angle in radians.}}
== See Also ==
* [[parent::RevoluteJoint]]
[[Category:Functions]]
{{#set:Description=Get the current joint angle.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|RevoluteJoint:getJointAngle}}