java.lang.Object
swim.math.Z2Vector
- 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<Z2Vector>form()inthashCode()final Z2Vectorstatic Z2Vectorof(long x, long y) final Z2Vectoropposite()final Z2Vectorfinal Z2Vectortimes(long scalar) toString()toValue()static Z2Vectorzero()
-
Field Details
-
x
public final long x -
y
public final long y
-
-
Constructor Details
-
Z2Vector
public Z2Vector(long x, long y)
-
-
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
-