PackageBox2DAS.Common
Classpublic class b2Sweep
Inheritanceb2Sweep Inheritance b2Base Inheritance Object



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


Implementation
    public function get a():Number
    public function set a(value:Number):void
a0property 
a0:Number


Implementation
    public function get a0():Number
    public function set a0(value:Number):void
alpha0property 
alpha0:Number


Implementation
    public function get alpha0():Number
    public function set alpha0(value:Number):void
cproperty 
public var c:b2Vec2

c0property 
public var c0:b2Vec2

localCenterproperty 
public var localCenter:b2Vec2

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



Parameters
p:int