T - The precise type of objectspublic interface OctTreeRaycastResultIType<T> extends Comparable<OctTreeRaycastResultIType<T>>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(OctTreeRaycastResultIType<T> o) |
double |
distance() |
T |
item() |
com.io7m.jregions.core.unparameterized.volumes.VolumeI |
volume() |
default int compareTo(OctTreeRaycastResultIType<T> o)
compareTo in interface Comparable<OctTreeRaycastResultIType<T>>double distance()
com.io7m.jregions.core.unparameterized.volumes.VolumeI volume()
T item()
Copyright © 2017 <code@io7m.com> http://io7m.com