update pendulum
This commit is contained in:
parent
c888d1188b
commit
5a7d797c16
|
@ -189,7 +189,7 @@ function draw()
|
||||||
|
|
||||||
// Draw lines between vertices
|
// Draw lines between vertices
|
||||||
stroke(255);
|
stroke(255);
|
||||||
fill(230, 50, 50);
|
fill(200, 50, 50, 50);
|
||||||
if(!shapeComplete)
|
if(!shapeComplete)
|
||||||
{
|
{
|
||||||
points.forEach(function(item, index) {
|
points.forEach(function(item, index) {
|
||||||
|
@ -276,6 +276,6 @@ function handleClick(event)
|
||||||
helper.sub(centerMass);
|
helper.sub(centerMass);
|
||||||
theta = helper.angleBetween(createVector(0, -1));
|
theta = helper.angleBetween(createVector(0, -1));
|
||||||
|
|
||||||
document.getElementById("inst").innerHTML = "Refresh the website to try another shape."
|
document.getElementById("inst").innerHTML = "Mass: " + m + " M --- Moment of inertia: " + inertia.toFixed(3) + " ML²";
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue