VolumeSizeValuesITypePVolumeIType<S>, VolumeITypepublic interface VolumeValuesIType extends VolumeSizeValuesIType
A volume with int coordinates.
The coordinates of the volume are given in half-closed form. That
is, minimumX() refers to the minimum inclusive value on the X
axis, and maximumX() refers to the maximum exclusive value on
the X axis. Likewise for the Y and Z axes.
| Modifier and Type | Method | Description |
|---|---|---|
int |
maximumX() |
|
int |
maximumY() |
|
int |
maximumZ() |
|
int |
minimumX() |
|
int |
minimumY() |
|
int |
minimumZ() |
|
default int |
sizeX() |
|
default int |
sizeY() |
|
default int |
sizeZ() |
@Parameter(order=0) int minimumX()
@Parameter(order=1) int maximumX()
@Parameter(order=2) int minimumY()
@Parameter(order=3) int maximumY()
@Parameter(order=4) int minimumZ()
@Parameter(order=5) int maximumZ()
default int sizeX()
sizeX in interface VolumeSizeValuesITypedefault int sizeY()
sizeY in interface VolumeSizeValuesITypedefault int sizeZ()
sizeZ in interface VolumeSizeValuesITypeCopyright © 2017 <code@io7m.com> http://io7m.com