Difference between revisions of "B2.Body:applyForce"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.Body|b2.Body]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.Body|b2.Body]]<br/>

Revision as of 09:57, 3 September 2018


Available since: Gideros 2011.6
Class: b2.Body

Description


Applies a force at a world point. If the force is not
applied at the center of mass, it will generate a torque and
affect the angular velocity. This wakes up the body.

 b2.Body:applyForce(forcex,forcey,pointx,pointy)

Parameters

forcex: (number)
forcey: (number)
pointx: (number) the x coordinate of the world position of the point of application
pointy: (number) the y coordinate of the world position of the point of application