java.lang.Object
swim.math.Z3Vector
- All Implemented Interfaces:
Debug
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleanstatic TensorForm<Z3Vector>form()inthashCode()final Z3Vectorstatic Z3Vectorof(long x, long y, long z) final Z3Vectoropposite()final Z3Vectorfinal Z3Vectortimes(long scalar) toString()toValue()static Z3Vectorzero()
-
Field Details
-
x
public final long x -
y
public final long y -
z
public final long z
-
-
Constructor Details
-
Z3Vector
public Z3Vector(long x, long y, long z)
-
-
Method Details
-
plus
-
opposite
-
minus
-
times
-
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
-
zero
-
of
-
form
-