- java.lang.Object
-
- swim.math.R3Vector
-
-
Constructor Summary
Constructors Constructor Description R3Vector(double x, double y, double z)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(R3Vector that)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static TensorForm<R3Vector>form()inthashCode()R3Vectorminus(R3Vector that)static R3Vectorof(double x, double y, double z)R3Vectoropposite()R3Vectorplus(R3Vector that)R3Vectortimes(double scalar)StringtoString()ValuetoValue()Z3Vectortransform(R3ToZ3Function f)static R3Vectorzero()
-
-
-
Method Detail
-
opposite
public final R3Vector opposite()
-
times
public final R3Vector times(double scalar)
-
transform
public Z3Vector transform(R3ToZ3Function f)
-
toValue
public Value toValue()
-
canEqual
protected boolean canEqual(R3Vector that)
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
zero
public static R3Vector zero()
-
of
public static R3Vector of(double x, double y, double z)
-
form
@Kind public static TensorForm<R3Vector> form()
-
-