Difference between revisions of "B2.Contact:getWorldManifold"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.09.6<br/> | '''Available since:''' Gideros 2012.09.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
− | Returns the world manifold as a table. This table contains | + | Returns the world manifold as a table. This table contains [[[normal` and `points]]] fields.<br /> |
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(b2.WorldManifold) = b2.Contact:getWorldManifold() | (b2.WorldManifold) = b2.Contact:getWorldManifold() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (b2.WorldManifold) Information about contact between 2 bodies relative to the world<br/> | + | '''Returns''' (b2.WorldManifold) <translate>Information about contact between 2 bodies relative to the world</translate><br/> |
Revision as of 13:38, 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