- java.lang.Object
-
- swim.math.VectorZ2
-
-
Constructor Summary
Constructors Constructor Description VectorZ2(long x, long y)
-
Method Summary
Modifier and Type Method Description protected booleancanEqual(VectorZ2 that)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static TensorForm<VectorZ2>form()inthashCode()VectorZ2minus(VectorZ2 that)static VectorZ2of(long x, long y)VectorZ2opposite()VectorZ2plus(VectorZ2 that)VectorZ2times(long scalar)StringtoString()ValuetoValue()VectorR2transform(Z2ToR2Function f)static VectorZ2zero()
-
-
-
Method Detail
-
zero
public static VectorZ2 zero()
-
of
public static VectorZ2 of(long x, long y)
-
form
@Kind public static TensorForm<VectorZ2> form()
-
opposite
public final VectorZ2 opposite()
-
times
public final VectorZ2 times(long scalar)
-
transform
public VectorR2 transform(Z2ToR2Function f)
-
toValue
public Value toValue()
-
canEqual
protected boolean canEqual(VectorZ2 that)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-