| Package | Description |
|---|---|
| com.io7m.jspatial.api.quadtrees |
Quadtree API specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuadTreeRaycastResultI<T>
The type of quadtree raycast results.
|
| Modifier and Type | Method and Description |
|---|---|
default int |
QuadTreeRaycastResultIType.compareTo(QuadTreeRaycastResultIType<T> o) |
static <T> QuadTreeRaycastResultI<T> |
QuadTreeRaycastResultI.copyOf(QuadTreeRaycastResultIType<T> instance)
Creates an immutable copy of a
QuadTreeRaycastResultIType value. |
QuadTreeRaycastResultI.Builder<T> |
QuadTreeRaycastResultI.Builder.from(QuadTreeRaycastResultIType<T> instance)
Fill a builder with attribute values from the provided
QuadTreeRaycastResultIType instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com