Classes | |
class | BoundingBoxProcessor |
Bounding box creating processor. More... | |
class | GeometricCenterProcessor |
Calculates the geometric center of a given Composite object. More... | |
class | FragmentDistanceCollector |
Collects all MolecularFragments that are close enough to another molecular fragment. More... | |
class | TranslationProcessor |
Translation processor. More... | |
Angle Calculation | |
BALL_EXPORT Angle | calculateTorsionAngle (const Atom &a1, const Atom &a2, const Atom &a3, const Atom &a4) throw (Exception::IllegalPosition) |
Calculate the torsion angle between four atoms. | |
BALL_EXPORT Angle | calculateBondAngle (const Atom &a1, const Atom &a2, const Atom &a3) throw (Exception::IllegalPosition) |
Calculate the bond angle between three atoms. |