| Package | Description |
|---|---|
| com.io7m.jregions.core.unparameterized.volumes |
Volume types.
|
| Modifier and Type | Method and Description |
|---|---|
static VolumeD.Builder |
VolumeD.builder()
Creates a builder for
VolumeD. |
VolumeD.Builder |
VolumeD.Builder.from(VolumeDType instance)
Fill a builder with attribute values from the provided
com.io7m.jregions.core.unparameterized.volumes.VolumeDType instance. |
VolumeD.Builder |
VolumeD.Builder.from(VolumeValuesDType instance)
Fill a builder with attribute values from the provided
com.io7m.jregions.core.unparameterized.volumes.VolumeValuesDType instance. |
VolumeD.Builder |
VolumeD.Builder.setMaximumX(double maximumX)
Initializes the value for the
maximumX attribute. |
VolumeD.Builder |
VolumeD.Builder.setMaximumY(double maximumY)
Initializes the value for the
maximumY attribute. |
VolumeD.Builder |
VolumeD.Builder.setMaximumZ(double maximumZ)
Initializes the value for the
maximumZ attribute. |
VolumeD.Builder |
VolumeD.Builder.setMinimumX(double minimumX)
Initializes the value for the
minimumX attribute. |
VolumeD.Builder |
VolumeD.Builder.setMinimumY(double minimumY)
Initializes the value for the
minimumY attribute. |
VolumeD.Builder |
VolumeD.Builder.setMinimumZ(double minimumZ)
Initializes the value for the
minimumZ attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com