Quadtree icon indicating copy to clipboard operation
Quadtree copied to clipboard

Find 2D point in quadrilateral collection ?

Open nyue opened this issue 1 year ago • 2 comments

I have a collection (10,000s) of 2d quadrilateral shapes/polygon

I have a collection (millions) of 2d points

I would like to know if this library is suitable for me quickly find (for each 2d point) which quadrilateral it intersects/bounds with or possibly no intersection at all.

If it is possible, which example or function call would you recommend I focus on to study deeper ?

nyue avatar Dec 10 '23 01:12 nyue