#include <ostream>
#include <openbabel/math/vector3.h>
#include <openbabel/oberror.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenBabel |
Classes | |
class | matrix3x3 |
Represents a real 3x3 matrix. More... | |
Defines | |
#define | RAD_TO_DEG (180.0/M_PI) |
#define | DEG_TO_RAD (M_PI/180.0) |
Functions | |
vector3 | center_coords (double *, int) |
#define RAD_TO_DEG (180.0/M_PI) |
#define DEG_TO_RAD (M_PI/180.0) |
Referenced by OBForceField::DistanceGeometry(), matrix3x3::FillOrth(), OBFFConstraints::GetConstraintEnergy(), OBUnitCell::GetFractionalMatrix(), OBBuilder::GetNewBondVector(), OBRotorRules::GetRotorIncrements(), OpenBabel::InternalToCartesian(), OBRotorRules::ParseLine(), OBRotor::RemoveSymTorsionValues(), OBRotorList::RemoveSymVals(), matrix3x3::RotAboutAxisByAngle(), OpenBabel::SetRotorToAngle(), matrix3x3::SetupRotMat(), and OBForceField::VectorTorsionDerivative().