addYvel method

void addYvel(
  1. double y
)

Implementation

void addYvel(double y) {
  yVel += y;
}