getMatrixWidth method

int getMatrixWidth()

Implementation

int getMatrixWidth() {
  return matrixWidth;
}