- java.lang.Object
- 
- swim.math.Z3Shape
- 
- swim.math.Z3Point
 
 
- 
- 
Constructor SummaryConstructors Constructor Description Z3Point(long x, long y, long z)
 - 
Method SummaryAll 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.Z3Shapecontains, intersects, shapeForm
 
- 
 
- 
- 
- 
Method Detail- 
intersectspublic boolean intersects(Z3Shape shape) - Specified by:
- intersectsin class- Z3Shape
 
 - 
transformpublic R3Point transform(Z3ToR3Function f) 
 - 
canEqualprotected boolean canEqual(Z3Point that) 
 - 
debugpublic <T> Output<T> debug(Output<T> output) Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
 - 
originpublic static Z3Point origin() 
 - 
ofpublic static Z3Point of(long x, long y, long z) 
 
- 
 
-