| Package | Description |
|---|---|
| com.io7m.jspatial.api.octtrees |
Octtree API specification.
|
| com.io7m.jspatial.implementation |
Main implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<A> OctTreeLType<A> |
OctTreeSupplierLType.create(OctTreeConfigurationL config)
Create a new tree based on the given configuration.
|
<B> OctTreeLType<B> |
OctTreeLType.map(BiFunction<A,com.io7m.jregions.core.unparameterized.volumes.VolumeL,B> f)
Apply
f to each element of the tree. |
| Modifier and Type | Class and Description |
|---|---|
class |
OctTreeL<T>
Default implementation of the
OctTreeLType interface. |
| Modifier and Type | Method and Description |
|---|---|
<A> OctTreeLType<A> |
OctTreeSupplierL.create(OctTreeConfigurationL config) |
static <T> OctTreeLType<T> |
OctTreeL.create(OctTreeConfigurationL config)
Create a new empty tree with the given bounds.
|
<U> OctTreeLType<U> |
OctTreeL.map(BiFunction<T,com.io7m.jregions.core.unparameterized.volumes.VolumeL,U> f) |
Copyright © 2017 <code@io7m.com> http://io7m.com