PackageBox2DAS.Dynamics.Joints
Classpublic class b2JointEdge
Inheritanceb2JointEdge Inheritance b2Base Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedbytes : ByteArray
[static]
b2Base
 Inheritedinitialized : Boolean = false
[static]
b2Base
  joint : b2Joint
[read-only]
b2JointEdge
 Inheritedlib : Object
[static]
b2Base
 Inheritedloader : CLibInit
[static]
b2Base
 Inheritedmem : MemUser
[static]
b2Base
  next : b2JointEdge
[read-only]
b2JointEdge
  other : b2Body
[read-only]
b2JointEdge
  prev : b2JointEdge
[read-only]
b2JointEdge
 Inherited_ptr : Number
b2Base
 Inheritedvalid : Boolean
[read-only] Does the object point to a C++ equivalent (i.e.
b2Base
Public Methods
 MethodDefined By
  
b2JointEdge
 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
jointproperty
joint:b2Joint  [read-only]


Implementation
    public function get joint():b2Joint
nextproperty 
next:b2JointEdge  [read-only]


Implementation
    public function get next():b2JointEdge
otherproperty 
other:b2Body  [read-only]


Implementation
    public function get other():b2Body
prevproperty 
prev:b2JointEdge  [read-only]


Implementation
    public function get prev():b2JointEdge
Constructor Detail
b2JointEdge()Constructor
public function b2JointEdge(p:int)



Parameters
p:int