public interface VolumeBIType extends VolumeValuesBIType
A volume with BigInteger 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 and Description |
|---|---|
default void |
checkPreconditions()
Check the preconditions for the parameters.
|
BigInteger |
maximumX() |
BigInteger |
maximumY() |
BigInteger |
maximumZ() |
BigInteger |
minimumX() |
BigInteger |
minimumY() |
BigInteger |
minimumZ() |
sizeX, sizeY, sizeZBigInteger minimumX()
minimumX in interface VolumeValuesBITypeBigInteger maximumX()
maximumX in interface VolumeValuesBITypeBigInteger minimumY()
minimumY in interface VolumeValuesBITypeBigInteger maximumY()
maximumY in interface VolumeValuesBITypeBigInteger minimumZ()
minimumZ in interface VolumeValuesBITypeBigInteger maximumZ()
maximumZ in interface VolumeValuesBITypedefault void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com