PackageBox2DAS.Dynamics
Classpublic class b2ContactImpulse
Inheritanceb2ContactImpulse Inheritance b2Base Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedbytes : ByteArray
[static]
b2Base
 Inheritedinitialized : Boolean = false
[static]
b2Base
 Inheritedlib : Object
[static]
b2Base
 Inheritedloader : CLibInit
[static]
b2Base
 Inheritedmem : MemUser
[static]
b2Base
  normalImpulse1 : Number
b2ContactImpulse
  normalImpulse2 : Number
b2ContactImpulse
 Inherited_ptr : Number
b2Base
  tangentImpulse1 : Number
b2ContactImpulse
  tangentImpulse2 : Number
b2ContactImpulse
 Inheritedvalid : Boolean
[read-only] Does the object point to a C++ equivalent (i.e.
b2Base
Public Methods
 MethodDefined By
  
b2ContactImpulse
 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
normalImpulse1property
normalImpulse1:Number


Implementation
    public function get normalImpulse1():Number
    public function set normalImpulse1(value:Number):void
normalImpulse2property 
normalImpulse2:Number


Implementation
    public function get normalImpulse2():Number
    public function set normalImpulse2(value:Number):void
tangentImpulse1property 
tangentImpulse1:Number


Implementation
    public function get tangentImpulse1():Number
    public function set tangentImpulse1(value:Number):void
tangentImpulse2property 
tangentImpulse2:Number


Implementation
    public function get tangentImpulse2():Number
    public function set tangentImpulse2(value:Number):void
Constructor Detail
b2ContactImpulse()Constructor
public function b2ContactImpulse(p:int)



Parameters
p:int