- java.lang.Object
-
- swim.math.VectorZ3
-
-
Constructor Summary
Constructors Constructor Description VectorZ3(long x, long y, long z)
-
Method Summary
Modifier and Type Method Description protected booleancanEqual(VectorZ3 that)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.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()ValuetoValue()VectorR3transform(Z3ToR3Function f)static VectorZ3zero()
-
-
-
Method Detail
-
zero
public static VectorZ3 zero()
-
of
public static VectorZ3 of(long x, long y, long z)
-
form
@Kind public static TensorForm<VectorZ3> form()
-
opposite
public final VectorZ3 opposite()
-
times
public final VectorZ3 times(long scalar)
-
transform
public VectorR3 transform(Z3ToR3Function f)
-
toValue
public Value toValue()
-
canEqual
protected boolean canEqual(VectorZ3 that)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-