const xVal = [
            this._box.min.x + x * this._cellSize.x,
            this._box.min.x + (x + 1) * this._cellSize.x
          ]