Interface VolumeSizeValuesFType

All Known Subinterfaces:
PVolumeFType<S>, PVolumeSizeFType<S>, VolumeFType, VolumeSizeFType, VolumeValuesFType
All Known Implementing Classes:
PVolumeF, PVolumeSizeF, VolumeF, VolumeSizeF

public interface VolumeSizeValuesFType
The size of a volume with float coordinates.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
    float
     
  • Method Details

    • sizeX

      @Parameter(order=0) float sizeX()
      Returns:
      The size of the area on the X axis
    • sizeY

      @Parameter(order=1) float sizeY()
      Returns:
      The size of the area on the Y axis
    • sizeZ

      @Parameter(order=2) float sizeZ()
      Returns:
      The size of the area on the Z axis