IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
Rotation2D.h File Reference

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 <cmath>
+ Include dependency graph for Rotation2D.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Represent a rotation in 2D space.

Copyright 2007-2017 IMP Inventors. All rights reserved.

Definition in file Rotation2D.h.