IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
2D transformations. Copyright 2007-2022 IMP Inventors. All rights reserved. More...
#include <IMP/algebra/algebra_config.h>
#include "Vector2D.h"
#include "Rotation2D.h"
#include "GeometricPrimitiveD.h"
#include <cereal/access.hpp>
Go to the source code of this file.
Classes | |
class | IMP::algebra::Transformation2D |
Simple 2D transformation class. 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 < 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 () |
Return a transformation that does not do anything. More... | |
Transformation2D | IMP::algebra::get_rotation_about_point (const Vector2D &point, const Rotation2D &rotation) |
Generate a Transformation2D object from a rotation around a point. More... | |
2D transformations. Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file Transformation2D.h.