public NativeManifold(Allocator allocator)
 {
     _points   = NativeBuffer.Create <ContactPoint>(MaxPoints, Allocator.Persistent);
     _maxIndex = -1;
     Normal    = 0;
 }