- java.lang.Object
-
- swim.math.Z2Shape
-
- swim.math.PointZ2
-
-
Constructor Summary
Constructors Constructor Description PointZ2(long x, long y)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(PointZ2 that)booleancontains(Z2Shape shape)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static Z2Form<PointZ2>form()inthashCode()booleanintersects(Z2Shape shape)VectorZ2minus(PointZ2 that)PointZ2minux(VectorZ2 vector)static PointZ2of(long x, long y)static PointZ2origin()PointZ2plus(VectorZ2 vector)StringtoString()ValuetoValue()PointR2transform(Z2ToR2Function f)longxMax()longxMin()longyMax()longyMin()-
Methods inherited from class swim.math.Z2Shape
contains, intersects, shapeForm
-
-
-
-
Method Detail
-
origin
public static PointZ2 origin()
-
of
public static PointZ2 of(long x, long y)
-
intersects
public boolean intersects(Z2Shape shape)
- Specified by:
intersectsin classZ2Shape
-
transform
public PointR2 transform(Z2ToR2Function f)
-
canEqual
protected boolean canEqual(PointZ2 that)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-