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