C# Class FarseerPhysics.Collision.SimplexCache

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

Public Properties

Property Type Description
Count ushort
IndexA FixedArray3
IndexB FixedArray3
Metric float

Property Details

Count public_oe property

Length or area
public ushort Count
return ushort

IndexA public_oe property

Vertices on shape A
public FixedArray3 IndexA
return FixedArray3

IndexB public_oe property

Vertices on shape B
public FixedArray3 IndexB
return FixedArray3

Metric public_oe property

public float Metric
return float