Struct SimplexCache
- Namespace
- Alis.Core.Physic.Collision
- Assembly
- Alis.dll
Used to warm start ComputeDistance. Set count to zero on first call.
public struct SimplexCache
Inherited Members
Fields
Count
Length or area
public ushort Count
Field Value
IndexA
Vertices on shape A
public FixedArray3<byte> IndexA
Field Value
IndexB
Vertices on shape B
public FixedArray3<byte> IndexB
Field Value
Metric
The metric
public float Metric