public CuboidCoord expand(int x, int y, int z) {
   max.add(x, y, z);
   min.sub(x, y, z);
   return this;
 }