| Package | Description |
|---|---|
| com.io7m.jregions.core.unparameterized.volumes |
Volume types.
|
| Modifier and Type | Method | Description |
|---|---|---|
VolumeXYZSplitL<T> |
VolumeXYZSplitL.Builder.build() |
Builds a new
VolumeXYZSplitL. |
static <T extends VolumeLType> |
VolumeXYZSplitL.of(T x0y0z0,
T x1y0z0,
T x0y1z0,
T x1y1z0,
T x0y0z1,
T x1y0z1,
T x0y1z1,
T x1y1z1) |
Construct a new immutable
VolumeXYZSplitL instance. |
static VolumeXYZSplitL<VolumeL> |
VolumesL.splitAtXYZ(VolumeL v,
long x,
long y,
long z) |
Split the given volume at point
(x, y, z). |
Copyright © 2017 <code@io7m.com> http://io7m.com