C# Class Box2DX.Collision.SimplexCache

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

Méthodes publiques

Свойство Type Description
Count System.UInt16
IndexA IndexArray
IndexB IndexArray
Metric System.Single

Property Details

Count public_oe property

public UInt16,System Count
Résultat System.UInt16

IndexA public_oe property

Vertices on shape A.
public IndexArray,Box2DX.Collision IndexA
Résultat IndexArray

IndexB public_oe property

Vertices on shape B.
public IndexArray,Box2DX.Collision IndexB
Résultat IndexArray

Metric public_oe property

Length or area.
public Single,System Metric
Résultat System.Single