IMP  2.0.1
The Integrative Modeling Platform
Transformation2D.h File Reference

2D transformations. Copyright 2007-2013 IMP Inventors. All rights reserved. More...

#include <IMP/algebra/algebra_config.h>
#include "Vector2D.h"
#include "Rotation2D.h"
#include "GeometricPrimitiveD.h"
+ Include dependency graph for Transformation2D.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::algebra::Transformation2D
 Simple 2D transformation class. 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
< Transformation2D > 
IMP::algebra::Transformation2Ds
 

Functions

Transformation2D IMP::algebra::compose (const Transformation2D &a, const Transformation2D &b)
 compose two transformations More...
 
Transformation2D IMP::algebra::get_identity_transformation_2d ()
 Returns a transformation that does not do anything.
 
Transformation2D IMP::algebra::get_rotation_about_point (const Vector2D &point, const Rotation2D &rotation)
 Generates a Transformation2D object from a rotation around a point. More...