| Package | Description |
|---|---|
| com.io7m.jspatial.api.quadtrees |
Quadtree API specification.
|
| com.io7m.jspatial.implementation |
Main implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QuadTreeDType<A>
The type of mutable quadtrees with
double precision coordinates. |
interface |
QuadTreeLType<A>
The type of mutable quadtrees with
long integer coordinates. |
interface |
QuadTreeReadableDType<A>
The type of readable quadtrees with
double precision coordinates. |
interface |
QuadTreeReadableLType<A>
The type of readable quadtrees with
long integer coordinates. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuadTreeD<T>
Default implementation of the
QuadTreeDType interface. |
class |
QuadTreeL<T>
Default implementation of the
QuadTreeLType interface. |
Copyright © 2017 <code@io7m.com> http://io7m.com