C# Class Box2DX.Collision.SimplexCache

Used to warm start Distance. Set count to zero on first call.
Show file Open project: KrugerHeavyIndustries/box2d-unity Class Usage Examples

Public Properties

Property Type Description
Count System.UInt16
IndexA IndexArray
IndexB IndexArray
Metric System.Single

Property Details

Count public property

public UInt16,System Count
return System.UInt16

IndexA public property

Vertices on shape A.
public IndexArray,Box2DX.Collision IndexA
return IndexArray

IndexB public property

Vertices on shape B.
public IndexArray,Box2DX.Collision IndexB
return IndexArray

Metric public property

Length or area.
public Single,System Metric
return System.Single