bLow.set(
        Math.min(bLow.x, aPos.x),
        Math.min(bLow.y, aPos.y),
        Math.min(bLow.z, aPos.z)
      )