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