const yVal = [
          this._box.min.y + y * this._cellSize.y,
          this._box.min.y + (y + 1) * this._cellSize.y
        ]