| Package | Description |
|---|---|
| com.io7m.jspatial.api.octtrees |
Octtree API specification.
|
| com.io7m.jspatial.implementation |
Main implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OctTreeDType<A>
The type of mutable octtrees with
double precision coordinates. |
interface |
OctTreeIType<A>
The type of mutable octtrees with
int coordinates. |
interface |
OctTreeLType<A>
The type of mutable octtrees with
long integer coordinates. |
interface |
OctTreeReadableDType<A>
The type of readable octtrees with
double precision coordinates. |
interface |
OctTreeReadableIType<A>
The type of readable octtrees with
int coordinates. |
interface |
OctTreeReadableLType<A>
The type of readable octtrees with
long integer coordinates. |
| Modifier and Type | Class and Description |
|---|---|
class |
OctTreeD<T>
Default implementation of the
OctTreeDType interface. |
class |
OctTreeI<T>
Default implementation of the
OctTreeIType interface. |
class |
OctTreeL<T>
Default implementation of the
OctTreeLType interface. |
Copyright © 2017 <code@io7m.com> http://io7m.com