AtomAction
public class AtomActionTransformed extends java.lang.Object implements AtomAction
Constructor | Description |
---|---|
AtomActionTransformed(Space space) |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed(IAtom atom) |
Performs the defined action on the specified atom
|
Tensor |
getTransformationTensor() |
|
void |
setTransformationTensor(Tensor transformationTensor) |
public AtomActionTransformed(Space space)
public void actionPerformed(IAtom atom)
AtomAction
actionPerformed
in interface AtomAction
atom
- the specified atompublic Tensor getTransformationTensor()
public void setTransformationTensor(Tensor transformationTensor)
transformationTensor
- The translation vector to set. A local copy
is made of the given vector.