Difference between revisions of "B2.Contact:getWorldManifold"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.09.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2012.09.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
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 /> | ||
Line 8: | Line 8: | ||
(b2.WorldManifold) = b2.Contact:getWorldManifold() | (b2.WorldManifold) = b2.Contact:getWorldManifold() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (b2.WorldManifold) <translate>Information about contact between 2 bodies relative to the world</translate><br/> | + | '''<translate>Returns</translate>''' (b2.WorldManifold) <translate>Information about contact between 2 bodies relative to the world</translate><br/> |