Flexible Quad Tree
Constructors
Link copied to clipboard
Builds a FlexibleQuadTree with the default node capacity.
Functions
Link copied to clipboard
If an element is moved, updates the SpatialIndex accordingly.
Same of .move, but with explicit parameters.
Link copied to clipboard
Queries the SpatialIndex, searching for elements in a parallelotope. "Parallelotope" is a fancy word for "N-dimensional rectangle". A 2-parallelotope is a rectangle, a 3-parallelotope is a parallelepiped, and so on.
Same of querying with arrays, but with explicit parameters.