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