Difference between revisions of "Body:getAngle"
m (→See Also: Add some related functions) |
m (→See Also) |
||
Line 16: | Line 16: | ||
== See Also == | == See Also == | ||
* [[parent::Body]] | * [[parent::Body]] | ||
− | * [[Body: | + | * [[Body:setAngle]] |
* [[Body:getAngularVelocity]] | * [[Body:getAngularVelocity]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 02:55, 26 November 2019
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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info