PackageBox2DAS.Collision
Classpublic class b2Manifold
Inheritanceb2Manifold Inheritance b2Base Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedbytes : ByteArray
[static]
b2Base
  e_circles : int = 0
[static]
b2Manifold
  e_faceA : int = 1
[static]
b2Manifold
  e_faceB : int = 2
[static]
b2Manifold
 Inheritedinitialized : Boolean = false
[static]
b2Base
 Inheritedlib : Object
[static]
b2Base
 Inheritedloader : CLibInit
[static]
b2Base
  localNormal : b2Vec2
b2Manifold
  localPoint : b2Vec2
b2Manifold
 Inheritedmem : MemUser
[static]
b2Base
  pointCount : int
b2Manifold
  points : Array
b2Manifold
 Inherited_ptr : Number
b2Base
  type : int
b2Manifold
 Inheritedvalid : Boolean
[read-only] Does the object point to a C++ equivalent (i.e.
b2Base
Public Methods
 MethodDefined By
  
b2Manifold(p:int)
b2Manifold
 Inherited
deref(adr:int):*
[static] dereference a C++ pointer or AS3_Val that is pointing to an AS3 object.
b2Base
 Inherited
destroy():void
Destroy base function just sets _ptr = 0.
b2Base
 Inherited
getArr():Array
[static]
b2Base
 Inherited
initialize(defs:Boolean = true):void
[static] Initialize the C++ module.
b2Base
 Inherited
readVertices(adr:int, num:int):Vector.<V2>
Read C++ memory and convert it into a vertex array.
b2Base
 Inherited
writeVertices(adr:int, v:Vector.<V2>):void
Write a vertex array of the format [new V2(x,y), new V2(x,y), ...] to C++ memory.
b2Base
Property Detail
e_circlesproperty
public static var e_circles:int = 0

e_faceAproperty 
public static var e_faceA:int = 1

e_faceBproperty 
public static var e_faceB:int = 2

localNormalproperty 
public var localNormal:b2Vec2

localPointproperty 
public var localPoint:b2Vec2

pointCountproperty 
pointCount:int


Implementation
    public function get pointCount():int
    public function set pointCount(value:int):void
pointsproperty 
public var points:Array

typeproperty 
type:int


Implementation
    public function get type():int
    public function set type(value:int):void
Constructor Detail
b2Manifold()Constructor
public function b2Manifold(p:int)



Parameters
p:int