- java.lang.Object
-
- swim.math.Z2Shape
-
- swim.math.Z2Point
-
-
Constructor Summary
Constructors Constructor Description Z2Point(long x, long y)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Z2Point that)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<Z2Point>form()inthashCode()booleanintersects(Z2Shape shape)Z2Vectorminus(Z2Point that)Z2Pointminux(Z2Vector vector)static Z2Pointof(long x, long y)static Z2Pointorigin()Z2Pointplus(Z2Vector vector)StringtoString()ValuetoValue()R2Pointtransform(Z2ToR2Function f)longxMax()longxMin()longyMax()longyMin()-
Methods inherited from class swim.math.Z2Shape
contains, intersects, shapeForm
-
-
-
-
Method Detail
-
intersects
public boolean intersects(Z2Shape shape)
- Specified by:
intersectsin classZ2Shape
-
transform
public R2Point transform(Z2ToR2Function f)
-
canEqual
protected boolean canEqual(Z2Point 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.
-
origin
public static Z2Point origin()
-
of
public static Z2Point of(long x, long y)
-
-