stop method

void stop()

Implementation

void stop() {
  xVel = 0;
  yVel = 0;
}