- java.lang.Object
-
- swim.math.Z2Shape
-
- swim.math.Z2Box
-
-
Constructor Summary
Constructors Constructor Description Z2Box(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(Z2Box that)booleancontains(Z2Box box)booleancontains(Z2Point point)booleancontains(Z2Shape shape)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static Z2Form<Z2Box>form()inthashCode()booleanintersects(Z2Box box)booleanintersects(Z2Point point)booleanintersects(Z2Shape shape)static Z2Boxof(long xMin, long yMin, long xMax, long yMax)StringtoString()ValuetoValue()R2Boxtransform(Z2ToR2Function f)longxMax()longxMin()longyMax()longyMin()-
Methods inherited from class swim.math.Z2Shape
contains, intersects, shapeForm
-
-
-
-
Method Detail
-
contains
public boolean contains(Z2Point point)
-
contains
public boolean contains(Z2Box box)
-
intersects
public boolean intersects(Z2Shape shape)
- Specified by:
intersectsin classZ2Shape
-
intersects
public boolean intersects(Z2Point point)
-
intersects
public boolean intersects(Z2Box box)
-
transform
public R2Box transform(Z2ToR2Function f)
-
canEqual
protected boolean canEqual(Z2Box that)
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
of
public static Z2Box of(long xMin, long yMin, long xMax, long yMax)
-
-