Defined in File QuadtreePolarEuclid.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
trims the vectors used to hold the content in the leaf cells. Reduces memory usage, makes changes slower