public void placeVelocityMultiple(Vector posit, Vector veloc) {
   place(posit, veloc.multiply(Double.parseDouble(projectileSpeed.getText())));
 }