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