| Package | Description |
|---|---|
| com.io7m.jspatial.api.quadtrees |
Quadtree API specification.
|
| com.io7m.jspatial.implementation |
Main implementation.
|
| Modifier and Type | Method and Description |
|---|---|
QuadTreeConfigurationD |
QuadTreeConfigurationD.Builder.build()
Builds a new
QuadTreeConfigurationD. |
static QuadTreeConfigurationD |
QuadTreeConfigurationD.copyOf(QuadTreeConfigurationDType instance)
Creates an immutable copy of a
QuadTreeConfigurationDType value. |
static QuadTreeConfigurationD |
QuadTreeConfigurationD.of(com.io7m.jregions.core.unparameterized.areas.AreaD area,
double minimumQuadrantWidth,
double minimumQuadrantHeight,
boolean trimOnRemove)
Construct a new immutable
QuadTreeConfigurationD instance. |
QuadTreeConfigurationD |
QuadTreeConfigurationD.withArea(com.io7m.jregions.core.unparameterized.areas.AreaD value)
Copy the current immutable object by setting a value for the
area attribute. |
QuadTreeConfigurationD |
QuadTreeConfigurationD.withMinimumQuadrantHeight(double value)
Copy the current immutable object by setting a value for the
minimumQuadrantHeight attribute. |
QuadTreeConfigurationD |
QuadTreeConfigurationD.withMinimumQuadrantWidth(double value)
Copy the current immutable object by setting a value for the
minimumQuadrantWidth attribute. |
QuadTreeConfigurationD |
QuadTreeConfigurationD.withTrimOnRemove(boolean value)
Copy the current immutable object by setting a value for the
trimOnRemove attribute. |
| Modifier and Type | Method and Description |
|---|---|
<A> QuadTreeDType<A> |
QuadTreeSupplierDType.create(QuadTreeConfigurationD config)
Create a new tree based on the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
<A> QuadTreeDType<A> |
QuadTreeSupplierD.create(QuadTreeConfigurationD config) |
static <T> QuadTreeDType<T> |
QuadTreeD.create(QuadTreeConfigurationD config)
Create a new empty tree with the given bounds.
|
Copyright © 2017 <code@io7m.com> http://io7m.com