IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/18
The Integrative Modeling Platform
Transformation2D.h File Reference

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>
+ 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

 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...
 

Detailed Description

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

Definition in file Transformation2D.h.