- java.lang.Object
-
- swim.math.VectorZ3
-
- All Implemented Interfaces:
swim.codec.Debug
public class VectorZ3 extends Object implements swim.codec.Debug
-
-
Constructor Summary
Constructors Constructor Description VectorZ3(long x, long y, long z)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(VectorZ3 that)voiddebug(swim.codec.Output<?> output)booleanequals(Object other)static TensorForm<VectorZ3>form()inthashCode()VectorZ3minus(VectorZ3 that)static VectorZ3of(long x, long y, long z)VectorZ3opposite()VectorZ3plus(VectorZ3 that)VectorZ3times(long scalar)StringtoString()swim.structure.ValuetoValue()VectorR3transform(Z3ToR3Function f)static VectorZ3zero()
-
-
-
Method Detail
-
opposite
public final VectorZ3 opposite()
-
times
public final VectorZ3 times(long scalar)
-
transform
public VectorR3 transform(Z3ToR3Function f)
-
toValue
public swim.structure.Value toValue()
-
canEqual
protected boolean canEqual(VectorZ3 that)
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
zero
public static VectorZ3 zero()
-
of
public static VectorZ3 of(long x, long y, long z)
-
form
@Kind public static TensorForm<VectorZ3> form()
-
-