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