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