Struct b3SATCache
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
A cache of the last separating axis, used to accelerate repeated collision
queries between the same pair. Mirror of b3SATCache.
public struct b3SATCacheInherited Members
Fields
- hit
-
Whether the cache was reused on the last query.
- indexA
-
The index of the feature on shape A.
- indexB
-
The index of the feature on shape B.
- separation
-
The separation when the cache was populated. Negative for overlap.
- type
-
The kind of feature cached, as a Box3D.Native.b3SeparatingFeature.