Drag The Monster Truck JS Model Relations

Compadre Portal Related Resources

Drag The Monster Truck JS Model is based on Easy Java Simulations Modeling and Authoring Tool
relation created by Wolfgang Christian

Use the Easy Java Simulations Modeling and Authoring Tool to edit and to explore the source code for the Drag The Monster Truck JS Model.


Other Related Resources

Drag The Monster Truck JS Model is the basis for Drag the Truck JavaScript Simulation Applet HTML5
relation created by wee lookang

remixed to be optimised for mobile devices.
bug fix for velocity.
else if (radio_string == "B") {
  var vNew=(x-xOld)/(t-tOld);
  x_plot = (vOld+vNew)/2; //average gives better results //bug fixed by lookang velocity should be average /2
  vOld=vNew;
}



Create a new relation