IMP  2.0.1
The Integrative Modeling Platform
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 <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

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::algebra
 See IMP.algebra Overview for more information.
 

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.
 
Rotation2D IMP::algebra::get_random_rotation_2d ()
 Builds an identity rotation in 2D.
 
Rotation2D IMP::algebra::get_rotation_to_x_axis (const Vector2D &v)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file Rotation2D.h.