Difference between revisions of "B2.Body:getAngularVelocity"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the angular velocity.<br /> <br /> <source lang="lua"> (number), = b2.Body:getAngularVe...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = b2.Body:getAngularVelocity()
+
(number) = b2.Body:getAngularVelocity()
 
</source>
 
</source>
 
'''Returns''' (number) Angular velocity in radians/second<br/>
 
'''Returns''' (number) Angular velocity in radians/second<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the angular velocity.

(number) = b2.Body:getAngularVelocity()

Returns (number) Angular velocity in radians/second