PackageBox2DAS.Collision
Classpublic class b2DistanceOutput
Inheritanceb2DistanceOutput Inheritance b2Base Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedbytes : ByteArray
[static]
b2Base
  distance : Number
b2DistanceOutput
 Inheritedinitialized : Boolean = false
[static]
b2Base
  iterations : int
b2DistanceOutput
 Inheritedlib : Object
[static]
b2Base
 Inheritedloader : CLibInit
[static]
b2Base
 Inheritedmem : MemUser
[static]
b2Base
  pointA : b2Vec2
b2DistanceOutput
  pointB : b2Vec2
b2DistanceOutput
 Inherited_ptr : Number
b2Base
 Inheritedvalid : Boolean
[read-only] Does the object point to a C++ equivalent (i.e.
b2Base
Public Methods
 MethodDefined By
  
b2DistanceOutput
 Inherited
deref(adr:int):*
[static] dereference a C++ pointer or AS3_Val that is pointing to an AS3 object.
b2Base
  
destroy():void
[override]
b2DistanceOutput
 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
distanceproperty
distance:Number


Implementation
    public function get distance():Number
    public function set distance(value:Number):void
iterationsproperty 
iterations:int


Implementation
    public function get iterations():int
    public function set iterations(value:int):void
pointAproperty 
public var pointA:b2Vec2

pointBproperty 
public var pointB:b2Vec2

Constructor Detail
b2DistanceOutput()Constructor
public function b2DistanceOutput()



Method Detail
destroy()method
override public function destroy():void