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