| Package | Description |
|---|---|
| com.io7m.jspatial.api |
API specification.
|
| com.io7m.jspatial.api.octtrees |
Octtree API specification.
|
| com.io7m.jspatial.api.quadtrees |
Quadtree API specification.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Ray2DType
Immutable two-dimensional ray type, defined as an origin and a direction
vector.
|
interface |
Ray3DType
Immutable three-dimensional ray type, defined as an origin and a direction
vector.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OctTreeConfigurationDType
The type of double precision octtree configurations.
|
interface |
OctTreeConfigurationLType
The type of long integer octtree configurations.
|
interface |
OctTreeRaycastResultDType<T>
The type of octtree raycast results.
|
interface |
OctTreeRaycastResultLType<T>
The type of octtree raycast results.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QuadTreeConfigurationDType
The type of double precision quadtree configurations.
|
interface |
QuadTreeConfigurationLType
The type of long integer quadtree configurations.
|
interface |
QuadTreeRaycastResultDType<T>
The type of quadtree raycast results.
|
interface |
QuadTreeRaycastResultLType<T>
The type of quadtree raycast results.
|
Copyright © 2017 <code@io7m.com> http://io7m.com