getDx method

double getDx ()

Gets the vertical movement for next update

Implementation

double getDx() {
  return this.dx;
}