C# Class Project290.Physics.Collision.SimplexCache

Used to warm start ComputeDistance. Set count to zero on first call.
ファイルを表示 Open project: scastle/Solitude 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