Difference between revisions of "B2.Body:applyAngularImpulse"
From GiderosMobile
|  (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Applies an angular impulse.<br /> <br /> <source lang="lua"> = b2.Body:applyAngularImpulse(impu...") | |||
| Line 6: | Line 6: | ||
| <br /> | <br /> | ||
| <source lang="lua"> | <source lang="lua"> | ||
| − | + |  b2.Body:applyAngularImpulse(impulse) | |
| </source> | </source> | ||
| − | '''impulse | + | '''impulse''': (number) the angular impulse in units of kg*m*m/s ''''''<br/> | 
Revision as of 10:20, 23 August 2018
Available since: Gideros 2011.6
Description
Applies an angular impulse.
 b2.Body:applyAngularImpulse(impulse)
'impulse: (number) the angular impulse in units of kg*m*m/s '
