node-kdtree icon indicating copy to clipboard operation
node-kdtree copied to clipboard

A node.js add-on for performing efficient Nearest Neighbor searches using libkdtree.

Results 3 node-kdtree issues
Sort by recently updated
recently updated
newest added

``` > [email protected] install /home/lis/work/Elomia/server/node_modules/kdtree > node-gyp rebuild make: Entering directory '/home/lis/work/Elomia/server/node_modules/kdtree/build' CC(target) Release/obj.target/kdtree/src/lib/kdtree.o CXX(target) Release/obj.target/kdtree/src/node-kdtree.o In file included from ../node_modules/nan/nan.h:190:0, from ../src/node-kdtree.cc:15: ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local, v8::Local,...

Are there future plans to support bounding box queries? Such that one can specify a bounding box and all the points in the bounding box are returned?