Struct b3ManifoldPointArray
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
The four contact point slots of a manifold.
public struct b3ManifoldPointArrayInherited Members
Remarks
An inline array, so it has the same layout as the C array
b3ManifoldPoint[B3_MAX_MANIFOLD_POINTS] while supporting indexing and
System.Span`1 conversion.