IMP  2.4.0
The Integrative Modeling Platform
Classes | Namespaces | Typedefs | Functions
Rotation2D.h File Reference

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/base/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
 Stores a 2D rotation matrix. More...
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::algebra
 General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules.
 

Typedefs

typedef IMP::base::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)
 

Detailed Description

Classes and operations related with rotations.

Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file Rotation2D.h.