Package | Description |
---|---|
com.github.gwtd3.api.geom |
Modifier and Type | Class and Description |
---|---|
static class |
Quadtree.RootNode<T>
The root node of the quadtree.
|
Modifier and Type | Method and Description |
---|---|
Array<Quadtree.Node<T>> |
Quadtree.Node.nodes() |
Modifier and Type | Method and Description |
---|---|
boolean |
Quadtree.Callback.visit(Quadtree.Node<T> node,
double x1,
double y1,
double x2,
double y2)
Called for each node of the quadtree.
|
Copyright © 2015 gwt-d3. All rights reserved.