Difference between revisions of "B2.Body:applyAngularImpulse"

From GiderosMobile
Line 8: Line 8:
 
  b2.Body:applyAngularImpulse(impulse)
 
  b2.Body:applyAngularImpulse(impulse)
 
</source>
 
</source>
'''impulse''': (number) the angular impulse in units of kg*m*m/s ''''''<br/>
+
=== Parameters ===
 +
'''impulse''': (number) the angular impulse in units of kg*m*m/s <br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2011.6

Description


Applies an angular impulse.

 b2.Body:applyAngularImpulse(impulse)

Parameters

impulse: (number) the angular impulse in units of kg*m*m/s