IMP
2.1.0
The Integrative Modeling Platform
|
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"
Go to the source code of this file.
Classes | |
class | IMP::algebra::Transformation2D |
Simple 2D transformation class. More... | |
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::algebra | |
See IMP.algebra 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. More... | |
Transformation2D | IMP::algebra::get_rotation_about_point (const Vector2D &point, const Rotation2D &rotation) |
Generates a Transformation2D object from a rotation around a point. More... | |