| Package | Description |
|---|---|
| com.io7m.jspatial.api.quadtrees |
Quadtree API specification.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> QuadTreeRaycastResultI.Builder<T> |
QuadTreeRaycastResultI.builder()
Creates a builder for
QuadTreeRaycastResultI. |
QuadTreeRaycastResultI.Builder<T> |
QuadTreeRaycastResultI.Builder.from(QuadTreeRaycastResultIType<T> instance)
Fill a builder with attribute values from the provided
QuadTreeRaycastResultIType instance. |
QuadTreeRaycastResultI.Builder<T> |
QuadTreeRaycastResultI.Builder.setArea(com.io7m.jregions.core.unparameterized.areas.AreaI area)
Initializes the value for the
area attribute. |
QuadTreeRaycastResultI.Builder<T> |
QuadTreeRaycastResultI.Builder.setDistance(double distance)
Initializes the value for the
distance attribute. |
QuadTreeRaycastResultI.Builder<T> |
QuadTreeRaycastResultI.Builder.setItem(T item)
Initializes the value for the
item attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com