PackageBox2D.Dynamics.Contacts
Classpublic class b2PolyAndCircleContact
Inheritanceb2PolyAndCircleContact Inheritance b2Contact



Public Properties
 PropertyDefined by
 Inheritede_destroyFlag : uint = 0x0002
[static]
b2Contact
 Inheritede_islandFlag : uint = 0x0001
[static]
b2Contact
 Inheritedm_flags : uint
b2Contact
 Inheritedm_friction : Number
b2Contact
  m_manifold : Array
b2PolyAndCircleContact
 Inheritedm_manifoldCount : int
b2Contact
 Inheritedm_next : b2Contact
b2Contact
 Inheritedm_node1 : b2ContactNode
b2Contact
 Inheritedm_node2 : b2ContactNode
b2Contact
 Inheritedm_prev : b2Contact
b2Contact
 Inheritedm_restitution : Number
b2Contact
 Inheritedm_shape1 : b2Shape
b2Contact
 Inheritedm_shape2 : b2Shape
b2Contact
 Inheriteds_initialized : Boolean = false
[static]
b2Contact
 Inheriteds_registers : Array
[static]
b2Contact
Public Methods
 MethodDefined by
  
b2PolyAndCircleContact
 Inherited
AddType(createFcn:*, destroyFcn:*, type1:int, type2:int):void
[static]
b2Contact
  
Create(shape1:b2Shape, shape2:b2Shape, allocator:*):b2Contact
[static]
b2PolyAndCircleContact
  
Destroy(contact:b2Contact, allocator:*):void
[static]
b2PolyAndCircleContact
  
Evaluate():void
b2PolyAndCircleContact
 Inherited
b2Contact
  
GetManifolds():Array
b2PolyAndCircleContact
 Inherited
b2Contact
 Inherited
b2Contact
 Inherited
b2Contact
 Inherited
[static]
b2Contact
Property detail
m_manifoldproperty
public var m_manifold:Array
Constructor detail
b2PolyAndCircleContact()constructor
public function b2PolyAndCircleContact(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():void
GetManifolds()method 
public override function GetManifolds():Array

Returns
Array