Difference between revisions of "B2.Manifold"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
<!-- GIDEROSOBJ:b2.Manifold -->
 
<!-- GIDEROSOBJ:b2.Manifold -->
 
'''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>
 
'''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>

Revision as of 10:57, 3 September 2018


Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2012.09.6

Description

Holds the local information about contact between 2 bodies

Examples

Example content of b2.Manifold

[localNormal] => Table {
             {
               [y] => -1
               [x] => -0
             }
[points] => Table {
             {
               [1] => Table {
                  {
                    [normalImpulse] => 0
                    [localPoint] => Table {
                                {
                                  [y] => 0
                                  [x] => 0
                                }
                    [tangentImpulse] => 0
                  }
             }
[localPoint] => Table {
             {
               [y] => 320.00000953674
               [x] => 480
             }

Methods

Events

Constants

localNormal
localPoint
points