updated pendulum

This commit is contained in:
Robert 2021-03-09 21:47:49 +01:00
parent fae3b56781
commit 9280165847

View file

@ -277,6 +277,6 @@ function handleClick(event)
helper.sub(centerMass);
theta = helper.angleBetween(createVector(0, -1));
document.getElementById("inst").innerHTML = "Mass: " + m + " M --- Moment of inertia: " + inertia.toFixed(3) + " ML²";
document.getElementById("inst").innerHTML = "Mass: " + m.toFixed(3) + " M --- Moment of inertia: " + inertia.toFixed(3) + " ML²";
}
}