RotationTensor
, Tensor
, java.lang.Cloneable
public class RotationTensor1D extends Tensor1D implements RotationTensor
Constructor | Description |
---|---|
RotationTensor1D() |
Default is identity tensor that performs no rotation (flip).
|
Modifier and Type | Method | Description |
---|---|---|
void |
reset() |
Sets tensor to a condition of no rotation.
|
void |
setAxial(int i,
double theta) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RotationTensor1D()
public void reset()
RotationTensor
reset
in interface RotationTensor
public void setAxial(int i, double theta)
setAxial
in interface RotationTensor
i
- ignoredtheta
- sets tensor to do flip if nonzero; no flip if theta is zero