Box.Mutable, Box.XYZFunction, Box.XYZPredicate| Constructor and Description |
|---|
Mutable(int x1,
int y1,
int z1,
int x2,
int y2,
int z2) |
| Modifier and Type | Method and Description |
|---|---|
Box.Mutable |
add(int dx,
int dy,
int dz) |
Box.Mutable |
expand(Box box) |
int |
getX1() |
int |
getX2() |
int |
getY1() |
int |
getY2() |
int |
getZ1() |
int |
getZ2() |
void |
setX1(int x1) |
void |
setX2(int x2) |
void |
setY1(int y1) |
void |
setY2(int y2) |
void |
setZ1(int z1) |
void |
setZ2(int z2) |
add, allMatch, asMutable, forEachPointpublic int getX1()
public void setX1(int x1)
public int getY1()
public void setY1(int y1)
public int getZ1()
public void setZ1(int z1)
public int getX2()
public void setX2(int x2)
public int getY2()
public void setY2(int y2)
public int getZ2()
public void setZ2(int z2)
public Box.Mutable expand(Box box)
public Box.Mutable add(int dx, int dy, int dz)