- java.lang.Object
-
- swim.math.VectorZ2
-
- All Implemented Interfaces:
swim.codec.Debug
public class VectorZ2 extends Object implements swim.codec.Debug
-
-
Constructor Summary
Constructors Constructor Description VectorZ2(long x, long y)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(VectorZ2 that)voiddebug(swim.codec.Output<?> output)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()swim.structure.ValuetoValue()VectorR2transform(Z2ToR2Function f)static VectorZ2zero()
-
-
-
Method Detail
-
opposite
public final VectorZ2 opposite()
-
times
public final VectorZ2 times(long scalar)
-
transform
public VectorR2 transform(Z2ToR2Function f)
-
toValue
public swim.structure.Value toValue()
-
canEqual
protected boolean canEqual(VectorZ2 that)
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
zero
public static VectorZ2 zero()
-
of
public static VectorZ2 of(long x, long y)
-
form
@Kind public static TensorForm<VectorZ2> form()
-
-