| Package | Description |
|---|---|
| com.io7m.jspatial.api.quadtrees |
Quadtree API specification.
|
| com.io7m.jspatial.implementation |
Main implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<A> QuadTreeIType<A> |
QuadTreeSupplierIType.create(QuadTreeConfigurationI config)
Create a new tree based on the given configuration.
|
<B> QuadTreeIType<B> |
QuadTreeIType.map(BiFunction<A,com.io7m.jregions.core.unparameterized.areas.AreaI,B> f)
Apply
f to each element of the tree. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuadTreeI<T>
Default implementation of the
QuadTreeIType interface. |
| Modifier and Type | Method and Description |
|---|---|
<A> QuadTreeIType<A> |
QuadTreeSupplierI.create(QuadTreeConfigurationI config) |
static <T> QuadTreeIType<T> |
QuadTreeI.create(QuadTreeConfigurationI config)
Create a new empty tree with the given bounds.
|
<U> QuadTreeIType<U> |
QuadTreeI.map(BiFunction<T,com.io7m.jregions.core.unparameterized.areas.AreaI,U> f) |
Copyright © 2017 <code@io7m.com> http://io7m.com