OrientationCalc
public 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)
OrientationCalc
calcOrientation
in interface OrientationCalc
public void setOrientation(IMolecule molecule, IOrientationFull3D orientation)
OrientationCalc
setOrientation
in interface OrientationCalc