mulVel method

void mulVel(
  1. double factor
)

Implementation

void mulVel(double factor) {
  this.vel.mul(factor);
}