C# Class Box2DX.Collision.SimplexCache

Used to warm start Distance. Set count to zero on first call.
Mostrar archivo 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_oe property

public UInt16,System Count
return System.UInt16

IndexA public_oe property

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

IndexB public_oe property

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

Metric public_oe property

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