You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// max uses length - 1 because we are working with array indicesthis.forceToPullIndex=newLinearFunction(model.getMinForce(),model.getMaxForce(),0,PULL_EFFORT_STRINGS.length-1,true)
The text was updated successfully, but these errors were encountered:
From phetsims/gravity-force-lab-basics#156
The LinearFunction looks like
Can this use the string array length?
The text was updated successfully, but these errors were encountered: