Quadtree
Quadtree copied to clipboard
Find 2D point in quadrilateral collection ?
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 ?