Difference between revisions of "B2.Contact:getWorldManifold"

From GiderosMobile
Line 8: Line 8:
 
(b2.WorldManifold) = b2.Contact:getWorldManifold()
 
(b2.WorldManifold) = b2.Contact:getWorldManifold()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (b2.WorldManifold) Information about contact between 2 bodies relative to the world<br/>
 
'''Returns''' (b2.WorldManifold) Information about contact between 2 bodies relative to the world<br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2012.09.6

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