VolumeSizeValuesFType, VolumeValuesFTypeVolumeF@Immutable public interface VolumeFType extends VolumeValuesFType
A volume with float coordinates.
The coordinates of the area 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 |
|---|---|---|
default void |
checkPreconditions() |
Check the preconditions for the parameters.
|
float |
maximumX() |
|
float |
maximumY() |
|
float |
maximumZ() |
|
float |
minimumX() |
|
float |
minimumY() |
|
float |
minimumZ() |
sizeX, sizeY, sizeZ@Parameter(order=0) float minimumX()
minimumX in interface VolumeValuesFType@Parameter(order=1) float maximumX()
maximumX in interface VolumeValuesFType@Parameter(order=2) float minimumY()
minimumY in interface VolumeValuesFType@Parameter(order=3) float maximumY()
maximumY in interface VolumeValuesFType@Parameter(order=4) float minimumZ()
minimumZ in interface VolumeValuesFType@Parameter(order=5) float maximumZ()
maximumZ in interface VolumeValuesFType@Check default void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com