| Package | Description |
|---|---|
| com.io7m.jregions.core.unparameterized.volumes |
Volume types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VolumeXYZSplitL<T extends VolumeLType>
A volume that has been split into octants via an X, Y, and Z axis.
|
static class |
VolumeXYZSplitL.Builder<T extends VolumeLType>
Builds instances of type
VolumeXYZSplitL. |
interface |
VolumeXYZSplitLType<T extends VolumeLType>
A volume that has been split into octants via an X, Y, and Z axis.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VolumeL
A volume with long coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends VolumeLType> |
VolumeXYZSplitL.builder()
Creates a builder for
VolumeXYZSplitL. |
static <T extends VolumeLType> |
VolumeXYZSplitL.of(T x0y0z0,
T x1y0z0,
T x0y1z0,
T x1y1z0,
T x0y0z1,
T x1y0z1,
T x0y1z1,
T x1y1z1)
Construct a new immutable
VolumeXYZSplitL instance. |
| Modifier and Type | Method and Description |
|---|---|
VolumeL.Builder |
VolumeL.Builder.from(VolumeLType instance)
Fill a builder with attribute values from the provided
com.io7m.jregions.core.unparameterized.volumes.VolumeLType instance. |
Copyright © 2017 <code@io7m.com> http://io7m.com