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