PackageBox2DAS.Collision
Classpublic class b2AABB
Inheritanceb2AABB Inheritance b2Base Inheritance Object



Public Properties
 PropertyDefined By
  aabb : AABB
b2AABB
 Inheritedbytes : ByteArray
[static]
b2Base
 Inheritedinitialized : Boolean = false
[static]
b2Base
 Inheritedlib : Object
[static]
b2Base
 Inheritedloader : CLibInit
[static]
b2Base
  lowerBound : b2Vec2
b2AABB
 Inheritedmem : MemUser
[static]
b2Base
 Inherited_ptr : Number
b2Base
  upperBound : b2Vec2
b2AABB
 Inheritedvalid : Boolean
[read-only] Does the object point to a C++ equivalent (i.e.
b2Base
Public Methods
 MethodDefined By
  
b2AABB(p:int)
b2AABB
 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
aabbproperty
aabb:AABB


Implementation
    public function get aabb():AABB
    public function set aabb(value:AABB):void
lowerBoundproperty 
public var lowerBound:b2Vec2

upperBoundproperty 
public var upperBound:b2Vec2

Constructor Detail
b2AABB()Constructor
public function b2AABB(p:int)



Parameters
p:int