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