mulYvel method

void mulYvel(
  1. double v
)

Implementation

void mulYvel(double v) {
  yVel *= v;
}