Fix bugs, clean up comments
This commit is contained in:
@@ -15,7 +15,7 @@ function startNeighbourSamplingSimulation() {
|
||||
.distance(function (s, t) {
|
||||
return distanceFunction(s, t, props, norm);
|
||||
})
|
||||
.stableVelocity(0.000001)
|
||||
.stableVelocity(0.000001) //TODO
|
||||
.stableVeloHandler(ended);
|
||||
|
||||
simulation
|
||||
|
||||
Reference in New Issue
Block a user