box-intersect icon indicating copy to clipboard operation
box-intersect copied to clipboard

📦 Any dimensional box intersection

Results 7 box-intersect issues
Sort by recently updated
recently updated
newest added

I think your Library is amazing. I also think [gpu.js](https://github.com/gpujs/gpu.js/) is pretty great too. Your library is already incredibly fast, I'm wondering if there's opportunity to make it even faster...

@mikolalysenko FYI - tested in `plotly.js` cc: @alexcjohnson @nicolaskruchten @jonmmease | plotly/plotly.js#897

Can you help me by persisting the data structure (streaming segment tree), so it can be used for bounds checks ("Find all boxes overlapping a point") later?

I got this: ``` Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src...

I'd love to use this module for spatial partitioning in a simulation I'm working on. @mikolalysenko One challenge in my case is many boxes are created/destroyed at simulation time, and...

looking at `boxEmpty(d, box)` function here https://github.com/mikolalysenko/box-intersect/blob/master/index.js#L9 I'm wondering what the format is for declaring a box empty, so that it's not included in intersection tests. Is it simply passing...

Or is it a completely stupid question?