- java.lang.Object
-
- swim.math.Z3Shape
-
- swim.math.Z3Point
-
-
Constructor Summary
Constructors Constructor Description Z3Point(long x, long y, long z)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Z3Point that)booleancontains(Z3Shape shape)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static Z3Form<Z3Point>form()inthashCode()booleanintersects(Z3Shape shape)Z3Vectorminus(Z3Point that)Z3Pointminux(Z3Vector vector)static Z3Pointof(long x, long y, long z)static Z3Pointorigin()Z3Pointplus(Z3Vector vector)StringtoString()ValuetoValue()R3Pointtransform(Z3ToR3Function f)longxMax()longxMin()longyMax()longyMin()longzMax()longzMin()-
Methods inherited from class swim.math.Z3Shape
contains, intersects, shapeForm
-
-
-
-
Method Detail
-
intersects
public boolean intersects(Z3Shape shape)
- Specified by:
intersectsin classZ3Shape
-
transform
public R3Point transform(Z3ToR3Function f)
-
canEqual
protected boolean canEqual(Z3Point 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 Z3Point origin()
-
of
public static Z3Point of(long x, long y, long z)
-
-