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