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