| Package | Description |
|---|---|
| com.io7m.jspatial.api |
API specification.
|
| com.io7m.jspatial.api.octtrees |
Octtree API specification.
|
| com.io7m.jspatial.implementation |
Main implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Ray3D |
Ray3D.Builder.build()
Builds a new
Ray3D. |
static Ray3D |
Ray3D.copyOf(Ray3DType instance)
Creates an immutable copy of a
Ray3DType value. |
static Ray3D |
Ray3D.of(com.io7m.jtensors.core.unparameterized.vectors.Vector3D origin,
com.io7m.jtensors.core.unparameterized.vectors.Vector3D direction)
Construct a new immutable
Ray3D instance. |
Ray3D |
Ray3D.withDirection(com.io7m.jtensors.core.unparameterized.vectors.Vector3D value)
Copy the current immutable object by setting a value for the
direction attribute. |
Ray3D |
Ray3D.withOrigin(com.io7m.jtensors.core.unparameterized.vectors.Vector3D value)
Copy the current immutable object by setting a value for the
origin 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.
|
void |
OctTreeReadableIType.raycast(Ray3D ray,
SortedSet<OctTreeRaycastResultI<A>> items)
Returns all objects that are intersected by the given ray.
|
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 |
OctTreeD.raycast(Ray3D ray,
SortedSet<OctTreeRaycastResultD<T>> items) |
void |
OctTreeI.raycast(Ray3D ray,
SortedSet<OctTreeRaycastResultI<T>> items) |
void |
OctTreeL.raycast(Ray3D ray,
SortedSet<OctTreeRaycastResultL<T>> items) |
Copyright © 2017 <code@io7m.com> http://io7m.com