AtomActionpublic 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)
AtomActionactionPerformed in interface AtomActionatom - 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.