- java.lang.Object
-
- swim.math.Z3Shape
-
- swim.math.PointZ3
-
-
Constructor Summary
Constructors Constructor Description PointZ3(long x, long y, long z)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(PointZ3 that)booleancontains(Z3Shape shape)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static Z3Form<PointZ3>form()inthashCode()booleanintersects(Z3Shape shape)VectorZ3minus(PointZ3 that)PointZ3minux(VectorZ3 vector)static PointZ3of(long x, long y, long z)static PointZ3origin()PointZ3plus(VectorZ3 vector)StringtoString()ValuetoValue()PointR3transform(Z3ToR3Function f)longxMax()longxMin()longyMax()longyMin()longzMax()longzMin()-
Methods inherited from class swim.math.Z3Shape
contains, intersects, shapeForm
-
-
-
-
Method Detail
-
origin
public static PointZ3 origin()
-
of
public static PointZ3 of(long x, long y, long z)
-
intersects
public boolean intersects(Z3Shape shape)
- Specified by:
intersectsin classZ3Shape
-
transform
public PointR3 transform(Z3ToR3Function f)
-
canEqual
protected boolean canEqual(PointZ3 that)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-