getMatrixTouch method

Matrix4 getMatrixTouch()

Returns the charts-touch matrix used for translation and scale on touch.

@return

Implementation

Matrix4 getMatrixTouch() {
  return _matrixTouch;
}