Phillip

Results 2 issues of Phillip

First, I want to say that this is a pretty cool widget and it has been easy to use. So thanks for that. I want to ask though, is there...

From the code below (taken from lines 39-53 of index.js), spherical coordinates may yield funky results. ```javascript function compareDist(a, b) { return a.dist - b.dist; } function boxDist(x, y, box)...

enhancement