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