verlet-js
verlet-js copied to clipboard
Fix for boundary spinning
This also contains some code that will make it easier to define arbitrary boundaries for lines.
This is great! One comment is inline. Also:
I appear to be using tabs for spacing. It looks like your editor is using spaces. Could you switch to use tabs so that the indentations match?
line 165: https://github.com/cwgreene/verlet-js/blob/master/js/verlet-js/verlet.js we may no longer need this block, as I think the groundFriction would be moved into your bounds function.
Sure, hopefully can get around to it this weekend.