public void launch(float angleX, float angleY, float force)
 {
     ball.launch(angleX, angleY, force);
 }