IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Represent a rotation in 2D space. 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 <cereal/access.hpp>
#include <cmath>
Go to the source code of this file.
Classes | |
class | IMP::algebra::Rotation2D |
Represent a rotation in 2D space. 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 () |
Build an identity rotation in 2D. More... | |
Rotation2D | IMP::algebra::get_random_rotation_2d () |
Build an identity rotation in 2D. More... | |
Rotation2D | IMP::algebra::get_rotation_to_x_axis (const Vector2D &v) |
Represent a rotation in 2D space.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file Rotation2D.h.