stopDeceleration method

void stopDeceleration()

Implementation

void stopDeceleration() {
  _decelerationVelocity.x = 0;
  _decelerationVelocity.y = 0;
  _decelerationLastTime = 0;
}