| Package | Description |
|---|---|
| com.io7m.jspatial.api.octtrees |
Octtree API specification.
|
| com.io7m.jspatial.implementation |
Main implementation.
|
| Modifier and Type | Method and Description |
|---|---|
OctTreeRaycastResultL<T> |
OctTreeRaycastResultL.Builder.build()
Builds a new
OctTreeRaycastResultL. |
static <T> OctTreeRaycastResultL<T> |
OctTreeRaycastResultL.copyOf(OctTreeRaycastResultLType<T> instance)
Creates an immutable copy of a
OctTreeRaycastResultLType value. |
static <T> OctTreeRaycastResultL<T> |
OctTreeRaycastResultL.of(double distance,
com.io7m.jregions.core.unparameterized.volumes.VolumeL volume,
T item)
Construct a new immutable
OctTreeRaycastResultL instance. |
OctTreeRaycastResultL<T> |
OctTreeRaycastResultL.withDistance(double value)
Copy the current immutable object by setting a value for the
distance attribute. |
OctTreeRaycastResultL<T> |
OctTreeRaycastResultL.withItem(T value)
Copy the current immutable object by setting a value for the
item attribute. |
OctTreeRaycastResultL<T> |
OctTreeRaycastResultL.withVolume(com.io7m.jregions.core.unparameterized.volumes.VolumeL value)
Copy the current immutable object by setting a value for the
volume attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
OctTreeReadableLType.raycast(Ray3D ray,
SortedSet<OctTreeRaycastResultL<A>> items)
Returns all objects that are intersected by the given ray.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OctTreeL.raycast(Ray3D ray,
SortedSet<OctTreeRaycastResultL<T>> items) |
Copyright © 2017 <code@io7m.com> http://io7m.com