@NonNullByDefault
See: Description
| Interface | Description |
|---|---|
| QuadTreeConfigurationDType |
The type of double precision quadtree configurations.
|
| QuadTreeConfigurationIType |
The type of integer quadtree configurations.
|
| QuadTreeConfigurationLType |
The type of long integer quadtree configurations.
|
| QuadTreeDType<A> |
The type of mutable quadtrees with
double precision coordinates. |
| QuadTreeIType<A> |
The type of mutable quadtrees with
int integer coordinates. |
| QuadTreeLType<A> |
The type of mutable quadtrees with
long integer coordinates. |
| QuadTreeQuadrantDType<T> |
A quadrant as it appears within the context of a quadtree.
|
| QuadTreeQuadrantIterationDType<A,C> |
The type of functions used to iterate over the quadrants of quadtrees.
|
| QuadTreeQuadrantIterationIType<A,C> |
The type of functions used to iterate over the quadrants of quadtrees.
|
| QuadTreeQuadrantIterationLType<A,C> |
The type of functions used to iterate over the quadrants of quadtrees.
|
| QuadTreeQuadrantIType<T> |
A quadrant as it appears within the context of a quadtree.
|
| QuadTreeQuadrantLType<T> |
A quadrant as it appears within the context of a quadtree.
|
| QuadTreeRaycastResultDType<T> |
The type of quadtree raycast results.
|
| QuadTreeRaycastResultIType<T> |
The type of quadtree raycast results.
|
| QuadTreeRaycastResultLType<T> |
The type of quadtree raycast results.
|
| QuadTreeReadableDType<A> |
The type of readable quadtrees with
double precision coordinates. |
| QuadTreeReadableIType<A> |
The type of readable quadtrees with
int coordinates. |
| QuadTreeReadableLType<A> |
The type of readable quadtrees with
long integer coordinates. |
| QuadTreeReadableType |
The type of readable quadtrees.
|
| QuadTreeSupplierDType |
The type of constructors for trees.
|
| QuadTreeSupplierIType |
The type of constructors for trees.
|
| QuadTreeSupplierLType |
The type of constructors for trees.
|
| Class | Description |
|---|---|
| QuadTreeConfigurationD |
The type of double precision quadtree configurations.
|
| QuadTreeConfigurationD.Builder |
Builds instances of type
QuadTreeConfigurationD. |
| QuadTreeConfigurationI |
The type of integer quadtree configurations.
|
| QuadTreeConfigurationI.Builder |
Builds instances of type
QuadTreeConfigurationI. |
| QuadTreeConfigurationL |
The type of long integer quadtree configurations.
|
| QuadTreeConfigurationL.Builder |
Builds instances of type
QuadTreeConfigurationL. |
| QuadTreeRaycastResultD<T> |
The type of quadtree raycast results.
|
| QuadTreeRaycastResultD.Builder<T> |
Builds instances of type
QuadTreeRaycastResultD. |
| QuadTreeRaycastResultI<T> |
The type of quadtree raycast results.
|
| QuadTreeRaycastResultI.Builder<T> |
Builds instances of type
QuadTreeRaycastResultI. |
| QuadTreeRaycastResultL<T> |
The type of quadtree raycast results.
|
| QuadTreeRaycastResultL.Builder<T> |
Builds instances of type
QuadTreeRaycastResultL. |
Copyright © 2017 <code@io7m.com> http://io7m.com