Difference between revisions of "B2.Contact:getManifold"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns the contact manifold as a table. This table contains `points`, `localNormal`, `local...")
 
m (Text replacement - "</source" to "</syntaxhighlight")
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''Available since:''' Gideros 2012.09.6<br/>
 
'''Available since:''' Gideros 2012.09.6<br/>
 +
'''Class:''' [[Special:MyLanguage/b2.Contact|b2.Contact]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the contact manifold as a table. This table contains [[Special:MyLanguage/points|points]], [[Special:MyLanguage/localNormal|localNormal]], [[Special:MyLanguage/localPoint|localPoint]] and [[Special:MyLanguage/type|type]] fields.
Returns the contact manifold as a table. This table contains `points`, `localNormal`, `localPoint` and `type` fields.<br />
+
<syntaxhighlight lang="lua">
<br />
+
(b2.Manifold) = b2.Contact:getManifold()
<source lang="lua">
+
</syntaxhighlight>
(b2.Manifold), = b2.Contact:getManifold()
+
 
</source>
+
=== Return values ===
 
'''Returns''' (b2.Manifold) the manifold of contact<br/>
 
'''Returns''' (b2.Manifold) the manifold of contact<br/>
 +
 +
{{B2.Contact}}

Latest revision as of 17:47, 12 July 2023