java.lang.Object
swim.math.Z2Shape
swim.math.Z2Box
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanbooleanboolean<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleanform()inthashCode()booleanintersects(Z2Box box) booleanintersects(Z2Point point) booleanintersects(Z2Shape shape) static Z2Boxof(long xMin, long yMin, long xMax, long yMax) toString()toValue()final longxMax()final longxMin()final longyMax()final longyMin()Methods inherited from class swim.math.Z2Shape
contains, intersects, shapeForm
-
Field Details
-
xMin
public final long xMin -
yMin
public final long yMin -
xMax
public final long xMax -
yMax
public final long yMax
-
-
Constructor Details
-
Z2Box
public Z2Box(long xMin, long yMin, long xMax, long yMax)
-
-
Method Details
-
xMin
public final long xMin() -
yMin
public final long yMin() -
xMax
public final long xMax() -
yMax
public final long yMax() -
contains
-
contains
-
contains
-
intersects
- Specified by:
intersectsin classZ2Shape
-
intersects
-
intersects
-
transform
-
toValue
-
canEqual
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
of
-
form
-