- java.lang.Object
-
- swim.math.Z3Shape
-
- swim.math.BoxZ3
-
-
Constructor Summary
Constructors Constructor Description BoxZ3(long xMin, long yMin, long zMin, long xMax, long yMax, long zMax)
-
Method Summary
Modifier and Type Method Description protected booleancanEqual(BoxZ3 that)booleancontains(BoxZ3 box)booleancontains(PointZ3 point)booleancontains(Z3Shape shape)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static Z3Form<BoxZ3>form()inthashCode()booleanintersects(BoxZ3 box)booleanintersects(PointZ3 point)booleanintersects(Z3Shape shape)static BoxZ3of(long xMin, long yMin, long zMin, long xMax, long yMax, long zMax)StringtoString()ValuetoValue()BoxR3transform(Z3ToR3Function f)longxMax()longxMin()longyMax()longyMin()longzMax()longzMin()-
Methods inherited from class swim.math.Z3Shape
contains, intersects, shapeForm
-
-
-
-
Method Detail
-
of
public static BoxZ3 of(long xMin, long yMin, long zMin, long xMax, long yMax, long zMax)
-
contains
public boolean contains(PointZ3 point)
-
contains
public boolean contains(BoxZ3 box)
-
intersects
public boolean intersects(Z3Shape shape)
- Specified by:
intersectsin classZ3Shape
-
intersects
public boolean intersects(PointZ3 point)
-
intersects
public boolean intersects(BoxZ3 box)
-
transform
public BoxR3 transform(Z3ToR3Function f)
-
canEqual
protected boolean canEqual(BoxZ3 that)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-