OrientationCalcpublic class OrientationCalcAtom extends java.lang.Object implements OrientationCalc
| Constructor | Description |
|---|---|
OrientationCalcAtom() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
calcOrientation(IMolecule molecule,
IOrientationFull3D orientation) |
Calculates the orientation of the given molecule and stores that
in the given orientation.
|
void |
setOrientation(IMolecule molecule,
IOrientationFull3D orientation) |
Sets the orientation of the given molecule to be equal to the given
orientation.
|
public void calcOrientation(IMolecule molecule, IOrientationFull3D orientation)
OrientationCalccalcOrientation in interface OrientationCalcpublic void setOrientation(IMolecule molecule, IOrientationFull3D orientation)
OrientationCalcsetOrientation in interface OrientationCalc