Difference between revisions of "B2.Body:applyForce"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.Body|b2.Body]]<br/>
+
'''Class:''' [[Special:MyLanguage/b2.Body|b2.Body]]<br/>
=== <translate>Description</translate> ===
+
 
<translate><br />
+
=== Description ===
Applies a force at a world point. If the force is not<br />
+
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.
applied at the center of mass, it will generate a torque and<br />
+
 
affect the angular velocity. This wakes up the body.<br />
+
This wakes up the body.
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
b2.Body:applyForce(forcex,forcey,pointx,pointy)
+
b2.Body:applyForce(forcex,forcey,pointx,pointy)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''forcex''': (number) <translate></translate> <br/>
+
=== Parameters ===
'''forcey''': (number) <translate></translate> <br/>
+
'''forcex''': (number) <br/>
'''pointx''': (number) <translate>the x coordinate of the world position of the point of application</translate> <br/>
+
'''forcey''': (number) <br/>
'''pointy''': (number) <translate>the y coordinate of the world position of the point of application</translate> <br/>
+
'''pointx''': (number) the x coordinate of the world position of the point of application <br/>
 +
'''pointy''': (number) the y coordinate of the world position of the point of application <br/>
 +
 
 +
{{B2.Body}}

Revision as of 06:39, 17 February 2020