VolumeSizeValuesLTypePVolumeLType<S>, VolumeLTypepublic interface VolumeValuesLType extends VolumeSizeValuesLType
A volume with long 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 |
|---|---|---|
long |
maximumX() |
|
long |
maximumY() |
|
long |
maximumZ() |
|
long |
minimumX() |
|
long |
minimumY() |
|
long |
minimumZ() |
|
default long |
sizeX() |
|
default long |
sizeY() |
|
default long |
sizeZ() |
@Parameter(order=0) long minimumX()
@Parameter(order=1) long maximumX()
@Parameter(order=2) long minimumY()
@Parameter(order=3) long maximumY()
@Parameter(order=4) long minimumZ()
@Parameter(order=5) long maximumZ()
default long sizeX()
sizeX in interface VolumeSizeValuesLTypedefault long sizeY()
sizeY in interface VolumeSizeValuesLTypedefault long sizeZ()
sizeZ in interface VolumeSizeValuesLTypeCopyright © 2017 <code@io7m.com> http://io7m.com