this.setValue = function (x, y, z, a, b, c) {
          const idx =
            x * this._dimVec + y * this._rowElements + z * this._planeElements
          this._data[idx] = a
          this._data[idx + 1] = b