Interface VolumeValuesBDType
- All Superinterfaces:
VolumeSizeValuesBDType
- All Known Subinterfaces:
PVolumeBDType<S>,VolumeBDType
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.
-
Method Summary
Modifier and TypeMethodDescriptionmaximumX()maximumY()maximumZ()minimumX()minimumY()minimumZ()default BigDecimalsizeX()default BigDecimalsizeY()default BigDecimalsizeZ()
-
Method Details
-
minimumX
- Returns:
- The value on the X axis of the minimum edge of the box (inclusive)
-
maximumX
- Returns:
- The value on the X axis of the maximum edge of the box (exclusive)
-
minimumY
- Returns:
- The value on the Y axis of the minimum edge of the box (inclusive)
-
maximumY
- Returns:
- The value on the Y axis of the maximum edge of the box (exclusive)
-
minimumZ
- Returns:
- The value on the Z axis of the minimum edge of the box (inclusive)
-
maximumZ
- Returns:
- The value on the Z axis of the maximum edge of the box (exclusive)
-
sizeX
- Specified by:
sizeXin interfaceVolumeSizeValuesBDType- Returns:
- The size of the area on the X axis
-
sizeY
- Specified by:
sizeYin interfaceVolumeSizeValuesBDType- Returns:
- The size of the area on the Y axis
-
sizeZ
- Specified by:
sizeZin interfaceVolumeSizeValuesBDType- Returns:
- The size of the area on the Z axis
-