Package | Description |
---|---|
com.github.gwtd3.api.geom |
Modifier and Type | Method and Description |
---|---|
<T> Quadtree.RootNode<T> |
Quadtree.apply(Array<T> points)
Constructs a new quadtree for the specified array of points.
|
<T> Quadtree.RootNode<T> |
Quadtree.apply(List<T> points)
Constructs a new quadtree for the specified list of points.
|
Quadtree.RootNode<T> |
Quadtree.RootNode.visit(Quadtree.Callback<T> callback)
Call the given
Quadtree.Callback for each quadtree node pre-order,
provided the callback returns false. |
Copyright © 2015 gwt-d3. All rights reserved.