| Package | Description |
|---|---|
| com.io7m.jregions.core.parameterized.volumes |
Volume types.
|
| com.io7m.jregions.generators |
Quickcheck generators.
|
| Modifier and Type | Method | Description |
|---|---|---|
PVolumeBI<S> |
PVolumeBI.Builder.build() |
Builds a new
PVolumeBI. |
static <S,T> PVolumeBI<T> |
PVolumesBI.cast(PVolumeBI<S> volume) |
Brand a given volume as belonging to a different coordinate space.
|
static <S> PVolumeBI<S> |
PVolumesBI.containing(PVolumeBI<S> a,
PVolumeBI<S> b) |
Construct a volume that will contain both
a and b. |
static <S> PVolumeBI<S> |
PVolumesBI.create(java.math.BigInteger x,
java.math.BigInteger y,
java.math.BigInteger z,
java.math.BigInteger size_x,
java.math.BigInteger size_y,
java.math.BigInteger size_z) |
Create a volume of size (
size_x, size_y, size_z)
placing the minimum corner at (x, y, z). |
static <S> PVolumeBI<S> |
PVolumesBI.moveAbsolute(PVolumeBI<S> volume,
java.math.BigInteger x,
java.math.BigInteger y,
java.math.BigInteger z) |
Move the given volume to
(x, y, z). |
static <S> PVolumeBI<S> |
PVolumesBI.moveRelative(PVolumeBI<S> volume,
java.math.BigInteger x,
java.math.BigInteger y,
java.math.BigInteger z) |
Move the given volume by
(x, y, z). |
static <S> PVolumeBI<S> |
PVolumesBI.moveToOrigin(PVolumeBI<S> volume) |
Move the given volume to
(0, 0, 0). |
static <S> PVolumeBI<S> |
PVolumeBI.of(java.math.BigInteger minimumX,
java.math.BigInteger maximumX,
java.math.BigInteger minimumY,
java.math.BigInteger maximumY,
java.math.BigInteger minimumZ,
java.math.BigInteger maximumZ) |
Construct a new immutable
PVolumeBI instance. |
| Modifier and Type | Method | Description |
|---|---|---|
static <S> PVolumeXYZSplitBI<S,PVolumeBI<S>> |
PVolumesBI.splitAtXYZ(PVolumeBI<S> v,
java.math.BigInteger x,
java.math.BigInteger y,
java.math.BigInteger z) |
Split the given volume at point
(x, y, z). |
| Modifier and Type | Method | Description |
|---|---|---|
static <S,T> PVolumeBI<T> |
PVolumesBI.cast(PVolumeBI<S> volume) |
Brand a given volume as belonging to a different coordinate space.
|
static <S> PVolumeBI<S> |
PVolumesBI.containing(PVolumeBI<S> a,
PVolumeBI<S> b) |
Construct a volume that will contain both
a and b. |
static <S> boolean |
PVolumesBI.contains(PVolumeBI<S> a,
PVolumeBI<S> b) |
Determine whether or not one volume contains another.
|
static <S> boolean |
PVolumesBI.containsPoint(PVolumeBI<S> a,
java.math.BigInteger x,
java.math.BigInteger y,
java.math.BigInteger z) |
Determine whether or not a volume contains a given point.
|
static <S> boolean |
PVolumesBI.couldFitInside(PVolumeBI<S> a,
PVolumeBI<S> b) |
Determine whether or not one volume could fit inside another.
|
static <S> PVolumeBI<S> |
PVolumesBI.moveAbsolute(PVolumeBI<S> volume,
java.math.BigInteger x,
java.math.BigInteger y,
java.math.BigInteger z) |
Move the given volume to
(x, y, z). |
static <S> PVolumeBI<S> |
PVolumesBI.moveRelative(PVolumeBI<S> volume,
java.math.BigInteger x,
java.math.BigInteger y,
java.math.BigInteger z) |
Move the given volume by
(x, y, z). |
static <S> PVolumeBI<S> |
PVolumesBI.moveToOrigin(PVolumeBI<S> volume) |
Move the given volume to
(0, 0, 0). |
static <S> boolean |
PVolumesBI.overlaps(PVolumeBI<S> a,
PVolumeBI<S> b) |
Determine whether or not two volumes overlap.
|
static <S> java.lang.String |
PVolumesBI.show(PVolumeBI<S> volume) |
|
static <S> java.lang.String |
PVolumesBI.showToBuilder(PVolumeBI<S> volume,
java.lang.StringBuilder sb) |
|
static <S> PVolumeSizeBI<S> |
PVolumesBI.size(PVolumeBI<S> volume) |
|
static <S> PVolumeXYZSplitBI<S,PVolumeBI<S>> |
PVolumesBI.splitAtXYZ(PVolumeBI<S> v,
java.math.BigInteger x,
java.math.BigInteger y,
java.math.BigInteger z) |
Split the given volume at point
(x, y, z). |
| Modifier and Type | Method | Description |
|---|---|---|
PVolumeBI<S> |
PVolumeBIGenerator.next() |
Copyright © 2017 <code@io7m.com> http://io7m.com