Difference between revisions of "Body:getAngle"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Get the angle of the body.
 
Get the angle of the body.
  
Line 21: Line 20:
 
{{#set:Description=Get the angle of the body.
 
{{#set:Description=Get the angle of the body.
 
}}
 
}}
 +
== Other Languages ==
 +
{{i18n|Body:getAngle}}

Revision as of 07:34, 25 January 2011

Get the angle of the body.

The angle is measured in radians. If you need to transform it to degrees, use 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

angle = Body:getAngle( )

Arguments

None.

Returns

number angle
The angle in radians.

See Also

Other Languages