phetsims / masses-and-springs-basics

"Masses and Springs: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 3 forks source link

Resting Position should correspond to Equilibrium Position #9

Closed arouinfar closed 5 years ago

arouinfar commented 5 years ago

Currently, the Resting Position is at the center of mass, which would correspond to the Mass Equilibrium in MAS:

image

Instead, the Resting Position should correspond to the Equilibrium Position (bottom of springNode): image

Denz1994 commented 5 years ago

The EquilibriumYPositionProperty is used instead of MassEquilibriumYPositionProperty. Assigning to @arouinfar for review.

arouinfar commented 5 years ago

Looks good!