C# Class Box2D.Collision.Distance.SimplexCache

Used to warm start Distance. Set count to zero on first call.
Afficher le fichier Open project: gerich-home/box2dnet Class Usage Examples

Méthodes publiques

Свойство Type Description
Count int
IndexA int[]
IndexB int[]
Metric float

Méthodes publiques

Méthode Description
Set ( SimplexCache sc ) : void
SimplexCache ( ) : System

Method Details

Set() public méthode

public Set ( SimplexCache sc ) : void
sc SimplexCache
Résultat void

SimplexCache() public méthode

public SimplexCache ( ) : System
Résultat System

Property Details

Count public_oe property

public int Count
Résultat int

IndexA public_oe property

vertices on shape A
public int[] IndexA
Résultat int[]

IndexB public_oe property

vertices on shape B
public int[] IndexB
Résultat int[]

Metric public_oe property

length or area
public float Metric
Résultat float