public bool Overlap(ISprite left, ISprite right) => left.ToBoundingBox().Overlap(right.ToBoundingBox());