Difference between revisions of "B2.Contact:getWorldManifold"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' Gideros 2012.09.6<br/>
+
'''Available since:''' Gideros 2012.09.6<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.Contact|b2.Contact]]<br/>
+
'''Class:''' [[Special:MyLanguage/b2.Contact|b2.Contact]]<br/>
=== <translate>Description</translate> ===
+
 
<translate><br />
+
=== Description ===
Returns the world manifold as a table. This table contains [[Special:MyLanguage/normal|normal]] and [[Special:MyLanguage/points|points]] fields.<br />
+
Returns the world manifold as a table. This table contains [[Special:MyLanguage/normal|normal]] and [[Special:MyLanguage/points|points]] fields.
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
 
(b2.WorldManifold) = b2.Contact:getWorldManifold()
 
(b2.WorldManifold) = b2.Contact:getWorldManifold()
 
</source>
 
</source>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (b2.WorldManifold) <translate>Information about contact between 2 bodies relative to the world</translate><br/>
+
=== Return values ===
 +
'''Returns''' (b2.WorldManifold) information about contact between 2 bodies relative to the world<br/>
 +
 
 +
{{B2.Contact}}

Revision as of 08:33, 17 February 2020


Available since: Gideros 2012.09.6
Class: b2.Contact

Description

Returns the world manifold as a table. This table contains normal and points fields.

(b2.WorldManifold) = b2.Contact:getWorldManifold()

Return values

Returns (b2.WorldManifold) information about contact between 2 bodies relative to the world




LiquidFun