C# Class Project290.Physics.Collision.SimplexCache

Used to warm start ComputeDistance. Set count to zero on first call.
Show file Open project: scastle/Solitude Class Usage Examples

Public Properties

Property Type Description
Count ushort
IndexA FixedArray3
IndexB FixedArray3
Metric float

Property Details

Count public property

Length or area
public ushort Count
return ushort

IndexA public property

Vertices on shape A
public FixedArray3 IndexA
return FixedArray3

IndexB public property

Vertices on shape B
public FixedArray3 IndexB
return FixedArray3

Metric public property

public float Metric
return float