updated pendulum
This commit is contained in:
parent
fae3b56781
commit
9280165847
|
@ -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²";
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue