| Package | Description |
|---|---|
| com.io7m.jspatial.api.octtrees |
Octtree API specification.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> OctTreeRaycastResultL.Builder<T> |
OctTreeRaycastResultL.builder()
Creates a builder for
OctTreeRaycastResultL. |
OctTreeRaycastResultL.Builder<T> |
OctTreeRaycastResultL.Builder.from(OctTreeRaycastResultLType<T> instance)
Fill a builder with attribute values from the provided
OctTreeRaycastResultLType instance. |
OctTreeRaycastResultL.Builder<T> |
OctTreeRaycastResultL.Builder.setDistance(double distance)
Initializes the value for the
distance attribute. |
OctTreeRaycastResultL.Builder<T> |
OctTreeRaycastResultL.Builder.setItem(T item)
Initializes the value for the
item attribute. |
OctTreeRaycastResultL.Builder<T> |
OctTreeRaycastResultL.Builder.setVolume(com.io7m.jregions.core.unparameterized.volumes.VolumeL volume)
Initializes the value for the
volume attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com