| Package | Box2D.Dynamics.Contacts |
| Class | public class b2CircleContact |
| Inheritance | b2CircleContact b2Contact |
| Property | Defined by | ||
|---|---|---|---|
![]() | e_destroyFlag : uint = 0x0002 [static]
| b2Contact | |
![]() | e_islandFlag : uint = 0x0001 [static]
| b2Contact | |
![]() | m_flags : uint | b2Contact | |
![]() | m_friction : Number | b2Contact | |
| m_manifold : Array | b2CircleContact | ||
![]() | m_manifoldCount : int | b2Contact | |
![]() | m_next : b2Contact | b2Contact | |
![]() | m_node1 : b2ContactNode | b2Contact | |
![]() | m_node2 : b2ContactNode | b2Contact | |
![]() | m_prev : b2Contact | b2Contact | |
![]() | m_restitution : Number | b2Contact | |
![]() | m_shape1 : b2Shape | b2Contact | |
![]() | m_shape2 : b2Shape | b2Contact | |
![]() | s_initialized : Boolean = false [static]
| b2Contact | |
![]() | s_registers : Array [static]
| b2Contact | |
| Method | Defined by | ||
|---|---|---|---|
| b2CircleContact | |||
![]() |
AddType(createFcn:*, destroyFcn:*, type1:int, type2:int):void
[static]
| b2Contact | |
|
[static]
| b2CircleContact | ||
|
[static]
| b2CircleContact | ||
|
Evaluate():void
| b2CircleContact | ||
![]() |
GetManifoldCount():int
| b2Contact | |
|
GetManifolds():Array
| b2CircleContact | ||
![]() | b2Contact | ||
![]() | b2Contact | ||
![]() | b2Contact | ||
![]() |
InitializeRegisters():void
[static]
| b2Contact | |
| m_manifold | property |
public var m_manifold:Array
| b2CircleContact | () | constructor |
public function b2CircleContact(shape1:b2Shape, shape2:b2Shape)Parameters
shape1:b2Shape |
|
shape2:b2Shape |
| Create | () | method |
public static function Create(shape1:b2Shape, shape2:b2Shape, allocator:*):b2ContactParameters
shape1:b2Shape |
|
shape2:b2Shape |
|
allocator:* |
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 |