- java.lang.Object
-
- swim.math.Z2Shape
-
- swim.math.BoxZ2
-
-
Constructor Summary
Constructors Constructor Description BoxZ2(long xMin, long yMin, long xMax, long yMax)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(BoxZ2 that)booleancontains(BoxZ2 box)booleancontains(PointZ2 point)booleancontains(Z2Shape shape)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static Z2Form<BoxZ2>form()inthashCode()booleanintersects(BoxZ2 box)booleanintersects(PointZ2 point)booleanintersects(Z2Shape shape)static BoxZ2of(long xMin, long yMin, long xMax, long yMax)StringtoString()ValuetoValue()BoxR2transform(Z2ToR2Function f)longxMax()longxMin()longyMax()longyMin()-
Methods inherited from class swim.math.Z2Shape
contains, intersects, shapeForm
-
-
-
-
Method Detail
-
of
public static BoxZ2 of(long xMin, long yMin, long xMax, long yMax)
-
contains
public boolean contains(PointZ2 point)
-
contains
public boolean contains(BoxZ2 box)
-
intersects
public boolean intersects(Z2Shape shape)
- Specified by:
intersectsin classZ2Shape
-
intersects
public boolean intersects(PointZ2 point)
-
intersects
public boolean intersects(BoxZ2 box)
-
transform
public BoxR2 transform(Z2ToR2Function f)
-
canEqual
protected boolean canEqual(BoxZ2 that)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-