public interface VolumeValuesBDType extends VolumeSizeValuesBDType
A volume with BigDecimal 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 |
|---|---|
BigDecimal |
maximumX() |
BigDecimal |
maximumY() |
BigDecimal |
maximumZ() |
BigDecimal |
minimumX() |
BigDecimal |
minimumY() |
BigDecimal |
minimumZ() |
default BigDecimal |
sizeX() |
default BigDecimal |
sizeY() |
default BigDecimal |
sizeZ() |
BigDecimal minimumX()
BigDecimal maximumX()
BigDecimal minimumY()
BigDecimal maximumY()
BigDecimal minimumZ()
BigDecimal maximumZ()
default BigDecimal sizeX()
sizeX in interface VolumeSizeValuesBDTypedefault BigDecimal sizeY()
sizeY in interface VolumeSizeValuesBDTypedefault BigDecimal sizeZ()
sizeZ in interface VolumeSizeValuesBDTypeCopyright © 2017 <code@io7m.com> http://io7m.com