- java.lang.Object
-
- swim.math.VectorR3
-
-
Constructor Summary
Constructors Constructor Description VectorR3(double x, double y, double z)
-
Method Summary
Modifier and Type Method Description protected booleancanEqual(VectorR3 that)voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static TensorForm<VectorR3>form()inthashCode()VectorR3minus(VectorR3 that)static VectorR3of(double x, double y, double z)VectorR3opposite()VectorR3plus(VectorR3 that)VectorR3times(double scalar)StringtoString()ValuetoValue()VectorZ3transform(R3ToZ3Function f)static VectorR3zero()
-
-
-
Method Detail
-
zero
public static VectorR3 zero()
-
of
public static VectorR3 of(double x, double y, double z)
-
form
@Kind public static TensorForm<VectorR3> form()
-
opposite
public final VectorR3 opposite()
-
times
public final VectorR3 times(double scalar)
-
transform
public VectorZ3 transform(R3ToZ3Function f)
-
toValue
public Value toValue()
-
canEqual
protected boolean canEqual(VectorR3 that)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-