Defined in File Quadtree.hpp
Public Functions
maxR – Radius of the managed area. Must be smaller than 1.
theoreticalSplit – If true, split cells to get the same area in each child cell. Default is false
alpha – dispersion Parameter of the point distribution. Only has an effect if theoretical split is true
capacity – How many points can inhabit a leaf cell before it is split up?
newcomer – content to be added at point x
angle – angular coordinate of x
R – radial coordinate of x
newcomer – content to be removed at point x
angle – angular coordinate of x
R – radial coordinate of x
Get all elements, regardless of position
vector<T> of elements
Get elements whose hyperbolic distance to the query point is less than the hyperbolic distance
circleCenter – Cartesian coordinates of the query circle’s center
hyperbolicRadius – Radius of the query circle
trims the vectors used to hold the content in the leaf cells. Reduces memory usage, makes changes slower