IMP Reference Guide
2.6.1
The Integrative Modeling Platform
|
Classes and operations related with rotations. More...
#include <IMP/algebra/algebra_config.h>
#include "utility.h"
#include "Vector2D.h"
#include "GeometricPrimitiveD.h"
#include "constants.h"
#include <IMP/random.h>
#include <boost/random/uniform_01.hpp>
#include <cmath>
Go to the source code of this file.
Classes | |
class | IMP::algebra::Rotation2D |
Stores a 2D rotation matrix. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::algebra | |
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules. | |
Typedefs | |
typedef IMP::Vector< Rotation2D > | IMP::algebra::Rotation2Ds |
Functions | |
Rotation2D | IMP::algebra::compose (const Rotation2D &a, const Rotation2D &b) |
compose two rotations a and b More... | |
Rotation2D | IMP::algebra::get_identity_rotation_2d () |
Builds an identity rotation in 2D. More... | |
Rotation2D | IMP::algebra::get_random_rotation_2d () |
Builds an identity rotation in 2D. More... | |
Rotation2D | IMP::algebra::get_rotation_to_x_axis (const Vector2D &v) |
Classes and operations related with rotations.
Copyright 2007-2016 IMP Inventors. All rights reserved.
Definition in file Rotation2D.h.