java.lang.Object
swim.math.Z2Shape
swim.math.Z2Point
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleanform()inthashCode()booleanintersects(Z2Shape shape) final Z2Vectorfinal Z2Pointstatic Z2Pointof(long x, long y) static Z2Pointorigin()final Z2PointtoString()toValue()final longxMax()final longxMin()final longyMax()final longyMin()Methods inherited from class swim.math.Z2Shape
contains, intersects, shapeForm
-
Field Details
-
x
public final long x -
y
public final long y
-
-
Constructor Details
-
Z2Point
public Z2Point(long x, long y)
-
-
Method Details
-
plus
-
minux
-
minus
-
xMin
public final long xMin() -
yMin
public final long yMin() -
xMax
public final long xMax() -
yMax
public final long yMax() -
contains
-
intersects
- Specified by:
intersectsin classZ2Shape
-
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
-
origin
-
of
-
form
-