Difference between revisions of "Points"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> '''Value:''' table<br/> === Description === <translate>Indexed array of information about contact points, including nor...")
 
m
 
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.09.6<br/>
 
'''Available since:''' Gideros 2012.09.6<br/>
 
'''Value:''' table<br/>
 
'''Value:''' table<br/>
 +
'''Defined by:''' [[b2.Manifold]]<br/>
 +
 
=== Description ===
 
=== Description ===
<translate>Indexed array of information about contact points, including normalImpulse, tangentImpulse values and localPoint table for each contact point</translate>
+
Indexed array of information about contact points, including normalImpulse, tangentImpulse values and localPoint table for each contact point.
 +
 
 +
{{B2.Manifold}}
 +
 
 +
 
 +
 
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2012.09.6<br/>
 
'''Available since:''' Gideros 2012.09.6<br/>
 
'''Value:''' table<br/>
 
'''Value:''' table<br/>
=== Description ===
+
'''Defined by:''' [[b2.WorldManifold]]<br/>
<translate>Indexed array of table with x and y properties of all contacts points of manifold</translate>
+
 
 +
{{B2.WorldManifold}}

Latest revision as of 09:47, 15 January 2022

Available since: Gideros 2012.09.6
Value: table
Defined by: b2.Manifold

Description

Indexed array of information about contact points, including normalImpulse, tangentImpulse values and localPoint table for each contact point.




LiquidFun




Available since: Gideros 2012.09.6
Value: table
Defined by: b2.WorldManifold




LiquidFun