public interface VolumeValuesFType extends VolumeSizeValuesFType
A volume with float 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 and Description |
|---|---|
float |
maximumX() |
float |
maximumY() |
float |
maximumZ() |
float |
minimumX() |
float |
minimumY() |
float |
minimumZ() |
default float |
sizeX() |
default float |
sizeY() |
default float |
sizeZ() |
float minimumX()
float maximumX()
float minimumY()
float maximumY()
float minimumZ()
float maximumZ()
default float sizeX()
sizeX in interface VolumeSizeValuesFTypedefault float sizeY()
sizeY in interface VolumeSizeValuesFTypedefault float sizeZ()
sizeZ in interface VolumeSizeValuesFTypeCopyright © 2017 <code@io7m.com> http://io7m.com