public class CopyKt
| Modifier and Type | Method and Description |
|---|---|
static <D> Quadtree<D> |
copy(Quadtree<D> $receiver)
Returns a copy of the quadtree. All nodes in the returned quadtree are identical copies of the corresponding
node in the quadtree; however, any data in the quadtree is shared by reference and not copied.
|