List of all members.
Classes |
class | Node< T > |
Public Member Functions |
| QuadTree (RectF r, int depth, float ratio) |
Package Functions |
void | insert (T data, RectF box) |
void | queryInBox (RectF box, List< T > result) |
void | splitBox (RectF node_extent, RectF[] n) |
Constructor & Destructor Documentation
net.osmand.plus.render.QuadTree< T >.QuadTree |
( |
RectF |
r, |
|
|
int |
depth, |
|
|
float |
ratio |
|
) |
| |
Member Function Documentation
void net.osmand.plus.render.QuadTree< T >.insert |
( |
T |
data, |
|
|
RectF |
box |
|
) |
| [package] |
void net.osmand.plus.render.QuadTree< T >.queryInBox |
( |
RectF |
box, |
|
|
List< T > |
result |
|
) |
| [package] |
void net.osmand.plus.render.QuadTree< T >.splitBox |
( |
RectF |
node_extent, |
|
|
RectF[] |
n |
|
) |
| [package] |
The documentation for this class was generated from the following file: