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