PackageBox2D.Collision
Classpublic class b2SimplexCache
Sourceb2SimplexCache.as

Used to warm start b2Distance. Set count to zero on first call.



Public Properties
 PropertyDefined by
  count : uint
b2SimplexCache
  indexA : Vector
Vertices on shape a
b2SimplexCache
  indexB : Vector
Vertices on shape b
b2SimplexCache
  metric : Number
Length or area
b2SimplexCache
Property detail
countproperty
public var count:uint
indexAproperty 
public var indexA:Vector

Vertices on shape a

indexBproperty 
public var indexB:Vector

Vertices on shape b

metricproperty 
public var metric:Number

Length or area