@NonNullByDefault
See: Description
| Interface | Description |
|---|---|
| OctTreeConfigurationDType |
The type of double precision octtree configurations.
|
| OctTreeConfigurationIType |
The type of integer octtree configurations.
|
| OctTreeConfigurationLType |
The type of long integer octtree configurations.
|
| OctTreeDType<A> |
The type of mutable octtrees with
double precision coordinates. |
| OctTreeIType<A> |
The type of mutable octtrees with
int coordinates. |
| OctTreeLType<A> |
The type of mutable octtrees with
long integer coordinates. |
| OctTreeOctantDType<T> |
A octant as it appears within the context of an octtree.
|
| OctTreeOctantIterationDType<A,C> |
The type of functions used to iterate over the octants of octtrees.
|
| OctTreeOctantIterationIType<A,C> |
The type of functions used to iterate over the octants of octtrees.
|
| OctTreeOctantIterationLType<A,C> |
The type of functions used to iterate over the octants of octtrees.
|
| OctTreeOctantIType<T> |
A octant as it appears within the context of an octtree.
|
| OctTreeOctantLType<T> |
A octant as it appears within the context of an octtree.
|
| OctTreeRaycastResultDType<T> |
The type of octtree raycast results.
|
| OctTreeRaycastResultIType<T> |
The type of octtree raycast results.
|
| OctTreeRaycastResultLType<T> |
The type of octtree raycast results.
|
| OctTreeReadableDType<A> |
The type of readable octtrees with
double precision coordinates. |
| OctTreeReadableIType<A> |
The type of readable octtrees with
int coordinates. |
| OctTreeReadableLType<A> |
The type of readable octtrees with
long integer coordinates. |
| OctTreeReadableType |
The type of readable octtrees.
|
| OctTreeSupplierDType |
The type of constructors for trees.
|
| OctTreeSupplierIType |
The type of constructors for trees.
|
| OctTreeSupplierLType |
The type of constructors for trees.
|
| Class | Description |
|---|---|
| OctTreeConfigurationD |
The type of double precision octtree configurations.
|
| OctTreeConfigurationD.Builder |
Builds instances of type
OctTreeConfigurationD. |
| OctTreeConfigurationI |
The type of integer octtree configurations.
|
| OctTreeConfigurationI.Builder |
Builds instances of type
OctTreeConfigurationI. |
| OctTreeConfigurationL |
The type of long integer octtree configurations.
|
| OctTreeConfigurationL.Builder |
Builds instances of type
OctTreeConfigurationL. |
| OctTreeRaycastResultD<T> |
The type of octtree raycast results.
|
| OctTreeRaycastResultD.Builder<T> |
Builds instances of type
OctTreeRaycastResultD. |
| OctTreeRaycastResultI<T> |
The type of octtree raycast results.
|
| OctTreeRaycastResultI.Builder<T> |
Builds instances of type
OctTreeRaycastResultI. |
| OctTreeRaycastResultL<T> |
The type of octtree raycast results.
|
| OctTreeRaycastResultL.Builder<T> |
Builds instances of type
OctTreeRaycastResultL. |
Copyright © 2017 <code@io7m.com> http://io7m.com