All translations

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)BallLogic::BallLogic(double dTime) {
   this->dTime = dTime;
   acceleration = -9.81;
   velocity = 0;
   position = 590;
   time=0;
}