| Package | Description |
|---|---|
| com.io7m.jregions.core.parameterized.areas |
Area types.
|
| Modifier and Type | Method and Description |
|---|---|
PAreaXYSplitBI<S,T> |
PAreaXYSplitBI.Builder.build()
Builds a new
PAreaXYSplitBI. |
static <S,T extends PAreaBIType<S>> |
PAreaXYSplitBI.of(T x0y0,
T x1y0,
T x0y1,
T x1y1)
Construct a new immutable
PAreaXYSplitBI instance. |
static <S> PAreaXYSplitBI<S,PAreaBI<S>> |
PAreasBI.splitAlongXY(PAreaBI<S> area,
BigInteger x,
BigInteger y)
Split
area along a two axis-aligned perpendicular lines that intercept at (x, y). |
Copyright © 2017 <code@io7m.com> http://io7m.com