C# Class FarseerPhysics.Collision.SimplexCache

Used to warm start ComputeDistance. Set count to zero on first call.
Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
Count ushort
IndexA FixedArray3
IndexB FixedArray3
Metric float

Property Details

Count public_oe property

Length or area
public ushort Count
Résultat ushort

IndexA public_oe property

Vertices on shape A
public FixedArray3 IndexA
Résultat FixedArray3

IndexB public_oe property

Vertices on shape B
public FixedArray3 IndexB
Résultat FixedArray3

Metric public_oe property

public float Metric
Résultat float