PackageBox2D.Dynamics.Contacts
Classpublic class b2CircleContact
Inheritanceb2CircleContact Inheritance b2Contact



Public Properties
 PropertyDefined by
 Inheritede_islandFlag : uint = 0x0004
[static]
b2Contact
 Inheritede_nonSolidFlag : uint = 0x0001
[static]
b2Contact
 Inheritede_slowFlag : uint = 0x0002
[static]
b2Contact
 Inheritede_toiFlag : uint = 0x0008
[static]
b2Contact
 Inheriteds_initialized : Boolean = false
[static]
b2Contact
 Inheriteds_registers : Array
[static]
b2Contact
Public Methods
 MethodDefined by
  
b2CircleContact
 Inherited
AddType(createFcn:Function, destroyFcn:Function, type1:int, type2:int):void
[static]
b2Contact
  
Create(shape1:b2Shape, shape2:b2Shape, allocator:*):b2Contact
[static]
b2CircleContact
  
Destroy(contact:b2Contact, allocator:*):void
[static]
b2CircleContact
  
Evaluate(listener:b2ContactListener):void
b2CircleContact
 Inherited
Get the number of manifolds.
b2Contact
  
GetManifolds():Array
b2CircleContact
 Inherited
Get the next contact in the world's contact list.
b2Contact
 Inherited
Get the first shape in this contact.
b2Contact
 Inherited
Get the second shape in this contact.
b2Contact
 Inherited
[static]
b2Contact
 Inherited
IsSolid():Boolean
Is this contact solid?
b2Contact
 Inherited
Update(listener:b2ContactListener):void
b2Contact
Constructor detail
b2CircleContact()constructor
public function b2CircleContact(shape1:b2Shape, shape2:b2Shape)Parameters
shape1:b2Shape
 
shape2:b2Shape
Method detail
Create()method
public static function Create(shape1:b2Shape, shape2:b2Shape, allocator:*):b2ContactParameters
shape1:b2Shape
 
shape2:b2Shape
 
allocator:*

Returns
b2Contact
Destroy()method 
public static function Destroy(contact:b2Contact, allocator:*):voidParameters
contact:b2Contact
 
allocator:*
Evaluate()method 
public override function Evaluate(listener:b2ContactListener):voidParameters
listener:b2ContactListener
GetManifolds()method 
public override function GetManifolds():Array

Returns
Array