Struct b3SimplexVertexArray
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
The four vertex slots of a GJK simplex.
public struct b3SimplexVertexArrayInherited Members
Remarks
An inline array, so it has the same layout as the C array
b3SimplexVertex[4] while still supporting indexing and
System.Span`1 conversion.