java.lang.Object
swim.math.Z3Shape
swim.math.Z3Point
-
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(Z3Shape shape) final Z3Vectorfinal Z3Pointstatic Z3Pointof(long x, long y, long z) static Z3Pointorigin()final Z3PointtoString()toValue()final longxMax()final longxMin()final longyMax()final longyMin()final longzMax()final longzMin()Methods inherited from class swim.math.Z3Shape
contains, intersects, shapeForm
-
Field Details
-
x
public final long x -
y
public final long y -
z
public final long z
-
-
Constructor Details
-
Z3Point
public Z3Point(long x, long y, long z)
-
-
Method Details
-
plus
-
minux
-
minus
-
xMin
public final long xMin() -
yMin
public final long yMin() -
zMin
public final long zMin() -
xMax
public final long xMax() -
yMax
public final long yMax() -
zMax
public final long zMax() -
contains
-
intersects
- Specified by:
intersectsin classZ3Shape
-
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
-