S - A phantom type parameter indicating the coordinate space of the
volumeVolumeSizeValuesBIType, VolumeValuesBITypePVolumeBI@Immutable public interface PVolumeBIType<S> 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 | Description |
|---|---|---|
default void |
checkPreconditions() |
Check the preconditions for the parameters.
|
java.math.BigInteger |
maximumX() |
|
java.math.BigInteger |
maximumY() |
|
java.math.BigInteger |
maximumZ() |
|
java.math.BigInteger |
minimumX() |
|
java.math.BigInteger |
minimumY() |
|
java.math.BigInteger |
minimumZ() |
sizeX, sizeY, sizeZ@Parameter(order=0) java.math.BigInteger minimumX()
minimumX in interface VolumeValuesBIType@Parameter(order=1) java.math.BigInteger maximumX()
maximumX in interface VolumeValuesBIType@Parameter(order=2) java.math.BigInteger minimumY()
minimumY in interface VolumeValuesBIType@Parameter(order=3) java.math.BigInteger maximumY()
maximumY in interface VolumeValuesBIType@Parameter(order=4) java.math.BigInteger minimumZ()
minimumZ in interface VolumeValuesBIType@Parameter(order=5) java.math.BigInteger maximumZ()
maximumZ in interface VolumeValuesBIType@Check default void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com