getTransX method

double getTransX()

Returns the translation (drag / pan) distance on the x-axis

@return

Implementation

double getTransX() {
  return _transX;
}