getTransY method

double getTransY()

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

@return

Implementation

double getTransY() {
  return _transY;
}