S - A phantom type parameter indicating the coordinate space of the
volumeVolumeSizeValuesBDType, VolumeValuesBDTypePVolumeBD@Immutable public interface PVolumeBDType<S> extends VolumeValuesBDType
A volume with BigDecimal 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.BigDecimal |
maximumX() |
|
java.math.BigDecimal |
maximumY() |
|
java.math.BigDecimal |
maximumZ() |
|
java.math.BigDecimal |
minimumX() |
|
java.math.BigDecimal |
minimumY() |
|
java.math.BigDecimal |
minimumZ() |
sizeX, sizeY, sizeZ@Parameter(order=0) java.math.BigDecimal minimumX()
minimumX in interface VolumeValuesBDType@Parameter(order=1) java.math.BigDecimal maximumX()
maximumX in interface VolumeValuesBDType@Parameter(order=2) java.math.BigDecimal minimumY()
minimumY in interface VolumeValuesBDType@Parameter(order=3) java.math.BigDecimal maximumY()
maximumY in interface VolumeValuesBDType@Parameter(order=4) java.math.BigDecimal minimumZ()
minimumZ in interface VolumeValuesBDType@Parameter(order=5) java.math.BigDecimal maximumZ()
maximumZ in interface VolumeValuesBDType@Check default void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com