meshi.energy.simpleEnergyTerms.tether
Class TetherEnergyElement
java.lang.Object
meshi.energy.EnergyElement
meshi.energy.simpleEnergyTerms.tether.TetherEnergyElement
public class TetherEnergyElement
- extends EnergyElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
atom
protected Atom atom
evaluatedAtom
protected Atom evaluatedAtom
force
protected double force
evaluatedX
protected double evaluatedX
evaluatedY
protected double evaluatedY
evaluatedZ
protected double evaluatedZ
distance
protected FreeDistance distance
TetherEnergyElement
public TetherEnergyElement()
TetherEnergyElement
public TetherEnergyElement(Atom inputAtom,
double x,
double y,
double z,
double weight)
setAtoms
protected void setAtoms()
- Specified by:
setAtoms in class EnergyElement
evaluate
public double evaluate()
- Specified by:
evaluate in class EnergyElement
update
public void update()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object