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