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

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::numeric |
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.cpp.
1.5.2