#include <dlrNumeric/array2D.h>
#include <dlrNumeric/vector2D.h>
Include dependency graph for transform2D.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::numeric |
Classes | |
| class | dlr::numeric::Transform2D |
| The Transform2D class represents a homogeneous coordinate transform from one 2D coordinate system to another 2D coordinate system. More... | |
| class | dlr::numeric::Transform2DFunctor |
| This helper class works with Transform2D::getFunctor(). More... | |
Functions | |
| Transform2D | dlr::numeric::operator * (const Transform2D &transform0, const Transform2D &transform1) |
| This operator composes two Transform2D instances. | |
| std::ostream & | dlr::numeric::operator<< (std::ostream &stream, const Transform2D &transform0) |
| Outputs a text representation of a Transform2D instance to a std::ostream. | |
| std::istream & | dlr::numeric::operator>> (std::istream &stream, Transform2D &transform0) |
| Sets the value of a Transform2D instance from a std::istream. | |
Copyright (C) 2001-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file transform2D.h.
1.5.2