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