- 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 boolean
canEqual(Z3Point that)
boolean
contains(Z3Shape shape)
<T> Output<T>
debug(Output<T> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.boolean
equals(Object other)
static Z3Form<Z3Point>
form()
int
hashCode()
boolean
intersects(Z3Shape shape)
Z3Vector
minus(Z3Point that)
Z3Point
minux(Z3Vector vector)
static Z3Point
of(long x, long y, long z)
static Z3Point
origin()
Z3Point
plus(Z3Vector vector)
String
toString()
Value
toValue()
R3Point
transform(Z3ToR3Function f)
long
xMax()
long
xMin()
long
yMax()
long
yMin()
long
zMax()
long
zMin()
-
Methods inherited from class swim.math.Z3Shape
contains, intersects, shapeForm
-
-
-
-
Method Detail
-
intersects
public boolean intersects(Z3Shape shape)
- Specified by:
intersects
in 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:Debug
Writes 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)
-
-